diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 9b43900bf4..3f45ca2b52 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -19,7 +19,7 @@ jobs: - os: windows-latest python-version: "3.9" - os: ubuntu-latest - python-version: "pypy-3.7" + python-version: "pypy-3.8" - os: macos-latest python-version: "3.8" steps: @@ -138,7 +138,7 @@ jobs: - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1 with: - test_command: pytest --vv || pytest -vv --lf + test_command: pytest -vv || pytest -vv --lf python_tests_check: # This job does nothing and is only used for the branch protection if: always()