Skip to content

Commit a9aa613

Browse files
committed
allow min and pre-releases to be flaky
1 parent 8ff72b4 commit a9aa613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Install miniumum versions
9797
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
9898
- name: Run the unit tests
99-
run: pytest -vv jupyter_client
99+
run: pytest -vv jupyter_client || pytest -vv jupyter_client --lf
100100

101101
test_prereleases:
102102
name: Test Prereleases
@@ -115,4 +115,4 @@ jobs:
115115
pip check
116116
- name: Run the tests
117117
run: |
118-
pytest -vv jupyter_client
118+
pytest -vv jupyter_client || pytest -vv jupyter_client --lf

0 commit comments

Comments
 (0)