Skip to content

Commit 2c6b803

Browse files
authored
Try to apply the continue-on-error to the step
1 parent 499e70f commit 2c6b803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
python -m pip install -U tox
3636
3737
- name: Tox tests
38+
continue-on-error: ${{ matrix.experimental }}
3839
run: |
3940
tox -e py
4041

0 commit comments

Comments
 (0)