We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d84507 commit e5164e2Copy full SHA for e5164e2
.github/workflows/python-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- os: windows-latest
20
python-version: "3.9"
21
- os: ubuntu-latest
22
- python-version: "pypy-3.7"
+ python-version: "pypy-3.8"
23
- os: macos-latest
24
python-version: "3.8"
25
steps:
@@ -138,7 +138,7 @@ jobs:
138
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
139
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
140
with:
141
- test_command: pytest --vv || pytest -vv --lf
+ test_command: pytest -vv || pytest -vv --lf
142
143
python_tests_check: # This job does nothing and is only used for the branch protection
144
if: always()
0 commit comments