Skip to content

Commit 96a52bb

Browse files
committed
Fix syntax
1 parent ed25100 commit 96a52bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ env:
1212
UV_SYSTEM_PYTHON: 1
1313
NPY_PROMOTION_STATE: weak_and_warn
1414

15-
jobs.test.strategy.fail-fast: false
16-
1715
jobs:
1816
test:
1917
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
2018
strategy:
19+
fail-fast: false
2120
matrix:
2221
os: [windows-latest, ubuntu-latest, macos-latest]
2322
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)