[ROCm] Fix python in rocm ci_build script.

This commit is contained in:
Ruturaj4 2024-08-15 21:33:51 -05:00
parent 82d3cfb3c6
commit fd7c52d213

View File

@ -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"