mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
[ROCm] Fix python in rocm ci_build script.
This commit is contained in:
parent
82d3cfb3c6
commit
fd7c52d213
@ -118,7 +118,7 @@ def _fetch_jax_metadata(xla_path):
|
||||
except Exception as ex:
|
||||
LOG.warning("Exception while retrieving xla_commit: %s" % ex)
|
||||
|
||||
cmd = ["python", "setup.py", "-V"]
|
||||
cmd = ["python3", "setup.py", "-V"]
|
||||
env = dict(os.environ)
|
||||
env["JAX_RELEASE"] = "1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user