Skip to content

Commit c80c4be

Browse files
committed
ci: Don't install coverage during the test step.
It is automatically pulled in by the tox configuration when running the tests. Signed-off-by: Michael Seifert <[email protected]>
1 parent aabc529 commit c80c4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python -VV
7373
python -m site
7474
python -m pip install --upgrade pip
75-
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
75+
python -m pip install --upgrade virtualenv tox tox-gh-actions
7676
- name: Run tox targets for ${{ matrix.python-version }}
7777
run: python -m tox
7878

0 commit comments

Comments
 (0)