Skip to content

Commit 4a41f9d

Browse files
committed
Install pytest-cov in the testing workflow
1 parent b25c368 commit 4a41f9d

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
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
python -m pip install --upgrade pip
49-
python -m pip install .[test]
49+
python -m pip install .[test] pytest-cov
5050
- name: Test with pytest
5151
run: >
5252
python -m pytest

0 commit comments

Comments
 (0)