Skip to content

Commit

Permalink
Merge branch 'main' into add-mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored May 2, 2022
2 parents 7b3fc3c + e5164e2 commit ebe3516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit ebe3516

Please sign in to comment.