Skip to content

Commit ec7f67b

Browse files
authored
Remove unnecessary installation in CI (#1358)
1 parent 1c62aab commit ec7f67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/setup-python@v5
5656
with:
5757
python-version: ${{ matrix.PYTHON.VERSION }}
58-
- run: python -m pip install tox coverage
58+
- run: python -m pip install tox
5959
- run: tox -v
6060
env:
6161
TOXENV: ${{ matrix.PYTHON.TOXENV }}

0 commit comments

Comments
 (0)