Skip to content

Commit 04a059f

Browse files
committed
default for experimental
1 parent a31a8cf commit 04a059f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
runs-on: ubuntu-latest
2020
name: Tests on ${{ matrix.python-version }}
21-
continue-on-error: ${{ matrix.experimental }}
21+
continue-on-error: ${{ matrix.experimental || false }}
2222
strategy:
2323
fail-fast: false
2424
matrix:

0 commit comments

Comments
 (0)