Skip to content

Commit

Permalink
CI: Do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 6, 2023
1 parent 20d3f14 commit 4de4db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
# Check each OS, all supported Python, minimum versions and latest releases
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
python-version: [3.8, 3.9, "3.10", "3.11"] # Waiting on H5Py: , "3.12"]
Expand Down

0 comments on commit 4de4db4

Please sign in to comment.