mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 07:53:16 +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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user