Skip to content

Commit 9a05879

Browse files
authored
Set fail-fast to false on the pipeline (#2514)
1 parent bc412d2 commit 9a05879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-suite.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: "${{ matrix.os }}"
1414
timeout-minutes: 30
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1819
os: [windows-latest, ubuntu-latest, macos-latest]

0 commit comments

Comments
 (0)