Skip to content

Commit 6f85116

Browse files
committed
add try on test sdist
1 parent 6e91b01 commit 6f85116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
steps:
138138
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
139139
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
140+
with:
141+
test_command: pytest --vv || pytest -vv --lf
140142

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

0 commit comments

Comments
 (0)