Skip to content

Commit 9ccd199

Browse files
committed
Disable tests on Windows due to numpy doesn't install. Ref numpy/numpy#23808
1 parent 96a33fc commit 9ccd199

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
platform: ubuntu-latest
5757
- python: pypy3.9
5858
platform: ubuntu-latest
59+
exclude:
60+
# disabled for numpy/numpy#23808
61+
- python: "3.12"
62+
platform: windows-latest
5963
runs-on: ${{ matrix.platform }}
6064
continue-on-error: ${{ matrix.python == '3.12' }}
6165
steps:

0 commit comments

Comments
 (0)