Skip to content

Commit 1b86bce

Browse files
committed
don't install tox-gh-actions for coverage
1 parent 1e4be8f commit 1b86bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install tox tox-gh-actions codecov
18+
pip install tox codecov
1919
- name: Test with tox
2020
run: tox -e py37-alldeps-linux,report
2121
- name: Upload test coverage

0 commit comments

Comments
 (0)