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 8ff72b4 commit a9aa613Copy full SHA for a9aa613
.github/workflows/main.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Install miniumum versions
97
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
98
- name: Run the unit tests
99
- run: pytest -vv jupyter_client
+ run: pytest -vv jupyter_client || pytest -vv jupyter_client --lf
100
101
test_prereleases:
102
name: Test Prereleases
@@ -115,4 +115,4 @@ jobs:
115
pip check
116
- name: Run the tests
117
run: |
118
- pytest -vv jupyter_client
+ pytest -vv jupyter_client || pytest -vv jupyter_client --lf
0 commit comments