diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f324652..50459ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: run: | pip install --upgrade pip pip install nox - nox --non-interactive --error-on-missing-interpreter -s test + nox -s test - name: Coveralls if: matrix.os == 'ubuntu-latest'