Skip to content

Commit 2967e8c

Browse files
committed
ci tweak
1 parent bd2a489 commit 2967e8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
group: linux_build
1717

1818
strategy:
19-
fail-fast: true
19+
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, ubuntu-24.04-arm]
2222
# python-version: ["3.9", "3.10", "3.11", "3.12"]

.github/workflows/macos-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313

1414
strategy:
15-
fail-fast: true
15+
fail-fast: false
1616
matrix:
1717
os: [macos-14]
1818
# python-version: ["3.9", "3.10", "3.11", "3.12"]

.github/workflows/windows-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
group: windows_build
1717

1818
strategy:
19-
fail-fast: true
19+
fail-fast: false
2020
matrix:
2121
python-version: ["3.9", "3.12"]
2222

0 commit comments

Comments
 (0)