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 777ee3a commit 329f050Copy full SHA for 329f050
.github/workflows/periodic_tests.yml
@@ -240,7 +240,7 @@ jobs:
240
run: python -m pip list
241
242
- name: Run tests
243
- run: python -m pytest -n logical --doctest-only
+ run: python -m pytest -n logical --doctest-only --doctest-continue-on-failure
244
245
codecov:
246
runs-on: ubuntu-24.04
.github/workflows/pr_pytest.yml
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
132
133
134
0 commit comments