Skip to content

Commit

Permalink
Disable GitHub Actions fail-fast (pysb#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuhlich authored Feb 27, 2024
1 parent b053005 commit fa9be1a
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 @@ -7,6 +7,7 @@ jobs:
name: Tests & Coverage
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down

0 comments on commit fa9be1a

Please sign in to comment.