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 c5fec6e commit 706c560Copy full SHA for 706c560
.github/workflows/test.yml
@@ -22,6 +22,8 @@ jobs:
22
runs-on: ubuntu-20.04
23
continue-on-error: ${{ matrix.allow_failure }}
24
strategy:
25
+ # Keep running even if one variation of the job fail
26
+ fail-fast: false
27
matrix:
28
python-version:
29
- "3.5"
0 commit comments