test: Use stable apt-get cli for package installation

Signed-off-by: legobt <6wbvkn0j@anonaddy.me>
This commit is contained in:
legobt 2024-08-03 01:24:36 +00:00
parent 8411db49d1
commit 561094954d
No known key found for this signature in database
GPG Key ID: C5F28D4B2B8927AB

View File

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
set -e set -e
apt update && apt install -y podman apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y podman
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install -r test-requirements.txt pip install -r test-requirements.txt