Skip to content

Commit 33b4f80

Browse files
committed
Add pytest-cov, which may have been missing.
1 parent 826e95f commit 33b4f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
run: |
172172
python --version
173173
python -m pip install --upgrade pip
174-
pip install coveralls
174+
pip install pytest-cov coveralls
175175
pip install -e .[extras,tests]
176176
177177
# - name: Install dependencies

0 commit comments

Comments
 (0)