Skip to content

Commit e2692f2

Browse files
committed
Only test NumPy 1.26.4 on Python 3.9
1 parent a9c7b74 commit e2692f2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
matrix:
1919
os: [windows-latest, ubuntu-latest, macos-latest]
2020
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
21-
numpy:
22-
- "numpy"
23-
- "numpy==1.26.4"
24-
exclude:
25-
- python-version: "3.13"
21+
numpy: ["numpy"]
22+
include:
23+
- python-version: "3.9"
2624
numpy: "numpy==1.26.4"
2725
runs-on: ${{ matrix.os }}
2826
steps:

0 commit comments

Comments
 (0)