Skip to content

Commit

Permalink
build: dont fail fast in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 30, 2024
1 parent 329f16a commit 5fe800d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.python_version == '3.14' }}
strategy:
fail-fast: false
matrix:
python_version: ["3.12", "3.13", "3.14"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
Expand Down

0 comments on commit 5fe800d

Please sign in to comment.