Skip to content

Commit

Permalink
dodge failing combination
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec committed Oct 23, 2023
1 parent 3fa3636 commit beaa01f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
matrix:
minor_version: [8, 9, 10, 11]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
# exclude Windows on Python 3.8 due to Jaxlib incompatibility
# (might be able to fix by using system-dependent lockfile, but not worth our time)
- os: windows-latest
minor_version: 8
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit beaa01f

Please sign in to comment.