Skip to content

Commit 5610949

Browse files
committed
test: Use stable apt-get cli for package installation
Signed-off-by: legobt <[email protected]>
1 parent 8411db4 commit 5610949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
set -e
25-
apt update && apt install -y podman
25+
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y podman
2626
python -m pip install --upgrade pip
2727
pip install -r requirements.txt
2828
pip install -r test-requirements.txt

0 commit comments

Comments
 (0)