Skip to content

Commit 12a29ec

Browse files
MichaelHudginsFlax Authors
authored and
Flax Authors
committed
Update JAX nightly index usage
Details in jax-ml/jax#28366 PiperOrigin-RevId: 753382010
1 parent fdfc0bf commit 12a29ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jax_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uv sync --extra all --extra testing --extra docs
4141
- name: Install JAX
4242
run: |
43-
uv pip install -U --pre jax jaxlib -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
43+
uv pip install -U --pre jax jaxlib -i https://us-python.pkg.dev/ml-oss-artifacts-published/jax/simple/
4444
- name: Run test suite
4545
if: success()
4646
run: |

0 commit comments

Comments
 (0)