Skip to content

Commit e5164e2

Browse files
authored
CI cleanup (#824)
1 parent 6d84507 commit e5164e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- os: windows-latest
2020
python-version: "3.9"
2121
- os: ubuntu-latest
22-
python-version: "pypy-3.7"
22+
python-version: "pypy-3.8"
2323
- os: macos-latest
2424
python-version: "3.8"
2525
steps:
@@ -138,7 +138,7 @@ jobs:
138138
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
139139
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
140140
with:
141-
test_command: pytest --vv || pytest -vv --lf
141+
test_command: pytest -vv || pytest -vv --lf
142142

143143
python_tests_check: # This job does nothing and is only used for the branch protection
144144
if: always()

0 commit comments

Comments
 (0)