Skip to content

Commit

Permalink
[ci all]: Exclude Python 3.8 on Windows as no JAX is available
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 25, 2023
1 parent 3c58c25 commit 5f1c788
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
include:
- os: macos-latest
python-version: '3.11'
exclude:
- os: windows-latest
python-version: '3.8'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5f1c788

Please sign in to comment.