mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-21 23:43:24 +01:00
test: Use stable apt-get cli for package installation
Signed-off-by: legobt <6wbvkn0j@anonaddy.me>
This commit is contained in:
parent
8411db49d1
commit
561094954d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user