Skip to content

Commit

Permalink
Disable tests on Windows due to numpy doesn't install. Ref numpy/nump…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 14, 2023
1 parent 96a33fc commit 9ccd199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
platform: ubuntu-latest
- python: pypy3.9
platform: ubuntu-latest
exclude:
# disabled for numpy/numpy#23808
- python: "3.12"
platform: windows-latest
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.12' }}
steps:
Expand Down

0 comments on commit 9ccd199

Please sign in to comment.