Skip to content

Commit

Permalink
ci(workflows): do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed Aug 23, 2024
1 parent 9cccada commit f535911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand Down

0 comments on commit f535911

Please sign in to comment.