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 a31a8cf commit f29e173Copy full SHA for f29e173
.github/workflows/python-package.yml
@@ -18,7 +18,7 @@ jobs:
18
19
runs-on: ubuntu-latest
20
name: Tests on ${{ matrix.python-version }}
21
- continue-on-error: ${{ matrix.experimental }}
+ continue-on-error: ${{ matrix.experimental || 'false' }}
22
strategy:
23
fail-fast: false
24
matrix:
0 commit comments