Skip to content

Commit 23e9666

Browse files
author
Wil Thieme
committed
don't use fail fast
1 parent 49c23ca commit 23e9666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
jobs:
1414
test:
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1819
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
@@ -159,6 +160,7 @@ jobs:
159160
160161
pip-install:
161162
strategy:
163+
fail-fast: false
162164
matrix:
163165
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
164166
os: ["ubuntu-latest", "windows-latest", "macos-latest"]

0 commit comments

Comments
 (0)