Skip to content

Commit

Permalink
Fix package installation
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Calliss <[email protected]>
  • Loading branch information
breca authored and muayyad-alsadi committed Feb 24, 2024
1 parent 831caa6 commit e0edd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0edd5d

Please sign in to comment.