Skip to content

Commit

Permalink
Improve chex test coverage
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715578386
  • Loading branch information
Jake VanderPlas authored and ChexDev committed Jan 15, 2025
1 parent fc6e9bf commit 599ae5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest]
jax-version: ["newest"]
include:
- python-version: "3.9"
os: "ubuntu-latest"
jax-version: "0.4.27" # Keep this in sync with version in requirements.txt
- python-version: "3.11"
- python-version: "3.13"
os: "ubuntu-latest"
jax-version: "nightly"

Expand Down

0 comments on commit 599ae5c

Please sign in to comment.