Skip to content

Commit 1fcd300

Browse files
committed
Install pytest coverage
1 parent 7c7c553 commit 1fcd300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333

3434
- name: Install pytest
35-
run: pip install pytest pytest-cov
35+
run: pip install pytest
36+
pip install pytest-cov
3637

3738
- name: Install the package
3839
run: pip install .

0 commit comments

Comments
 (0)