We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f61439 commit b5ccde3Copy full SHA for b5ccde3
.github/workflows/pytest.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
python -m pip install --upgrade pip
20
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi;
21
- pip install pytest
+ pip install pytest pytest-cov
22
- name: Lint with Ruff
23
24
pip install ruff
0 commit comments