Skip to content

Commit b5ccde3

Browse files
authored
Update pytest.yml
1 parent 7f61439 commit b5ccde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi;
21-
pip install pytest
21+
pip install pytest pytest-cov
2222
- name: Lint with Ruff
2323
run: |
2424
pip install ruff

0 commit comments

Comments
 (0)