We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d00e21 commit 43b9170Copy full SHA for 43b9170
1 file changed
.github/workflows/python-app.yml
@@ -22,7 +22,9 @@ jobs:
22
python-version: "3.12"
23
- name: Install dependencies
24
run: |
25
- python -m pip install --upgrade pip
+ sudo apt update
26
+ sudo apt install -y podman podman-compose
27
+ python3 -m pip install --upgrade pip
28
pip install flake8 pytest
29
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30
- name: Lint with flake8
0 commit comments