We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9f982 commit 740520bCopy full SHA for 740520b
1 file changed
.github/workflows/python-package.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- python -m pip install flake8 pytest
+ python -m pip install flake8 pytest pytest-cov
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- name: Lint with flake8
33
0 commit comments