Skip to content

Commit

Permalink
Remove unnecessary installation in CI (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 12, 2024
1 parent 1c62aab commit ec7f67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- run: python -m pip install tox coverage
- run: python -m pip install tox
- run: tox -v
env:
TOXENV: ${{ matrix.PYTHON.TOXENV }}
Expand Down

0 comments on commit ec7f67b

Please sign in to comment.