mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 20:36:05 +00:00

Unlike continuous workflows, when testing nightly/release artifacts, we want to download and install the `jax` wheels found in the GCS bucket instead of installing it from HEAD. It looks like `env` setting in the calling workflow isn't passed over to the called workflows so we define a new workflow input, `install-jax-current-commit`, to control the `jax` install behavior. PiperOrigin-RevId: 726086522