mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-20 21:08:50 +01:00
Fix package installation
Signed-off-by: Brett Calliss <brett@obligatory.email>
This commit is contained in:
parent
831caa6276
commit
e0edd5dac1
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
python-version: "3.10"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update && apt install podman
|
||||
sudo apt update && sudo apt install -y podman
|
||||
python -m pip install --upgrade pip
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
|
||||
|
Loading…
Reference in New Issue
Block a user