Skip to content

Commit 59d6f13

Browse files
Bring commands to final review state
1 parent 963f4fb commit 59d6f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cloud-tpu-ci-presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
$JAXCI_PYTHON -m uv pip install --pre libtpu -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
7070
- name: Run Bazel Tests
7171
run: |
72-
# git clone --depth=1 https://github.com/openxla/xla.git $(pwd)/xla
72+
git clone --depth=1 https://github.com/openxla/xla.git $(pwd)/xla
7373
7474
SRCDIR=$(pwd)
7575
# Run bazel test, room for improvement by either using prebuilt jaxlib, using a cache, or using an RBE instance
@@ -92,6 +92,7 @@ jobs:
9292
bazel test \
9393
--config=ci_linux_x86_64 \
9494
--config=ci_rbe_cache \
95+
--override_repository=xla="./xla" \
9596
--repo_env=HERMETIC_PYTHON_VERSION=3.13-ft \
9697
--@rules_python//python/config_settings:py_freethreaded='yes' \
9798
--run_under ${SRCDIR}/build/parallel_accelerator_execute.sh \

0 commit comments

Comments
 (0)