Skip to content

Commit eae5c9b

Browse files
committed
fixing numpy testing
1 parent fbdadde commit eae5c9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/core-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
2828
python-version: ['3.9', '3.10', '3.11', '3.12']
2929
numpy-version: ['1.22.4', '1.23.5', '1.24.1', '1.25.1', '1.26.4']
30+
# numpy 1.22: 3.10, 1.23: 3.11, 1.24: 3.11, 1.25: 3.11, 1.26: 3.12
3031
exclude:
32+
- python-version: '3.11'
33+
numpy-version: '1.22.4'
3134
- python-version: '3.12'
3235
numpy-version: '1.22.4'
3336
- python-version: '3.12'

0 commit comments

Comments
 (0)