Skip to content

Commit 2938246

Browse files
takluyverdavidbrochart
authored andcommitted
Don't install Python codecov package (not used)
1 parent 31cf13d commit 2938246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
python -m pip install --upgrade pip
4949
pip install -e .[test]
50-
pip install tox coverage codecov tox-gh-actions
50+
pip install tox coverage tox-gh-actions
5151
- name: Run the tests
5252
run: tox
5353
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)