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.
continue-on-error
1 parent 499e70f commit 2c6b803Copy full SHA for 2c6b803
.github/workflows/test.yml
@@ -35,6 +35,7 @@ jobs:
35
python -m pip install -U tox
36
37
- name: Tox tests
38
+ continue-on-error: ${{ matrix.experimental }}
39
run: |
40
tox -e py
41
0 commit comments