diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7168004f..683aa5e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}