Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Add old Jax tests #1279

Merged
merged 21 commits into from
Nov 3, 2024
Prev Previous commit
Next Next commit
0.4.26
  • Loading branch information
sotetsuk committed Nov 3, 2024
commit 1bc6da8ececf3023a719ff713fe4d4ec81f3f40d
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: install
run: |
if [ "${{ matrix.python-version }}" = "3.9" ]; then
pip install "jax==0.4.25" "jaxlib==0.4.25"
pip install "jax==0.4.26" "jaxlib==0.4.26"
else
pip install jax jaxlib
fi
Expand Down
Loading