Skip to content

Commit 8e6d259

Browse files
committed
Add more numpy version and remove macos from core test.
1 parent 85ee633 commit 8e6d259

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/core-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
21+
os: ["ubuntu-latest", "windows-latest"]
22+
# "macos-latest",
2223
python-version: ['3.7', '3.8', '3.9']
23-
numpy-version: ['1.16.6', '1.19.5', '1.20.3', '1.21.5', '1.22.3']
24+
numpy-version: ['1.16.6', '1.17.5', '1.18.5', '1.19.5', '1.20.3', '1.21.5', '1.22.3']
2425
exclude:
2526
- python-version: '3.7'
2627
numpy-version: '1.22.3'

0 commit comments

Comments
 (0)