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 078db5a commit 59f07a6Copy full SHA for 59f07a6
.github/workflows/build-24.04.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- python -m pip install flake8 pytest
+ python -m pip install flake8 pytest coverage
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- name: Lint with flake8
34
0 commit comments