Skip to content

Commit 6a9faca

Browse files
committed
no need to install coverage (it's unused at the moment)
1 parent 7ff6a66 commit 6a9faca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -VV
2929
python -m site
3030
python -m pip install --upgrade pip setuptools wheel
31-
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
31+
python -m pip install --upgrade virtualenv tox tox-gh-actions
3232
python -m pip install --upgrade cython
3333
3434
- name: "Rebuild CPP files using Cython"

0 commit comments

Comments
 (0)