We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c62aab commit ec7f67bCopy full SHA for ec7f67b
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/setup-python@v5
56
with:
57
python-version: ${{ matrix.PYTHON.VERSION }}
58
- - run: python -m pip install tox coverage
+ - run: python -m pip install tox
59
- run: tox -v
60
env:
61
TOXENV: ${{ matrix.PYTHON.TOXENV }}
0 commit comments