Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Nov 26, 2024
1 parent 2387ca3 commit 537cc7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ env:
UV_SYSTEM_PYTHON: 1
NPY_PROMOTION_STATE: weak_and_warn

jobs.test.strategy.fail-fast: false

jobs:
test:
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down

0 comments on commit 537cc7a

Please sign in to comment.