Skip to content

Commit

Permalink
test: Use stable apt-get cli for package installation
Browse files Browse the repository at this point in the history
Signed-off-by: legobt <6wbvkn0j@anonaddy.me>
  • Loading branch information
legobeat committed Aug 3, 2024
1 parent 8411db4 commit 5610949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
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
pip install -r requirements.txt
pip install -r test-requirements.txt
Expand Down

0 comments on commit 5610949

Please sign in to comment.