Skip to content

Commit

Permalink
default for experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkp committed Feb 4, 2025
1 parent a31a8cf commit f29e173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

runs-on: ubuntu-latest
name: Tests on ${{ matrix.python-version }}
continue-on-error: ${{ matrix.experimental }}
continue-on-error: ${{ matrix.experimental || 'false' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f29e173

Please sign in to comment.