We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bab100 commit f5b7b9bCopy full SHA for f5b7b9b
.github/workflows/coverage.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- python -m pip install -r test-requirements.txt
+ python -m pip install .[test]
25
- name: Generate coverage report
26
27
python -m coverage erase
0 commit comments