We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d0267 commit bcd86fdCopy full SHA for bcd86fd
.github/workflows/python-app.yml
@@ -25,6 +25,7 @@ jobs:
25
python-version: "3.12"
26
- name: Install dependencies
27
run: |
28
+ sudo apt-get update
29
python -m pip install --upgrade pip
30
pip install flake8 pytest
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
0 commit comments