diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 390943fc..50a262a3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,9 +83,6 @@ jobs: - name: Run test suite run: tox --skip-pkg-install - - name: Run test suite on local python version - run: tox -e ${{ steps.set_tox_env.outputs.tox_env }} - test-coverage: name: "Check the test coverage" runs-on: ubuntu-latest