We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8411db4 commit 5610949Copy full SHA for 5610949
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
set -e
25
- apt update && apt install -y podman
+ apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y podman
26
python -m pip install --upgrade pip
27
pip install -r requirements.txt
28
pip install -r test-requirements.txt
0 commit comments