Skip to content

Commit 5957777

Browse files
committed
explicilty install pytest-cov
1 parent 5f9a2dd commit 5957777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install -e ".[dev]"
29+
pip install pytest-cov
2930
3031
- name: Run linting and type checking
3132
run: |

0 commit comments

Comments
 (0)