Skip to content

Commit 4de4db4

Browse files
committed
CI: Do not fail fast
1 parent 20d3f14 commit 4de4db4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
# Check each OS, all supported Python, minimum versions and latest releases
104104
runs-on: ${{ matrix.os }}
105105
strategy:
106+
fail-fast: false
106107
matrix:
107108
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
108109
python-version: [3.8, 3.9, "3.10", "3.11"] # Waiting on H5Py: , "3.12"]

0 commit comments

Comments
 (0)