Skip to content

Commit

Permalink
Include connection halt into tpu presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHudgins committed Aug 20, 2024
1 parent 6d6a19b commit 683526b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cloud-tpu-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: |
pip install -U -r build/test-requirements.txt
# TODO: build jax should be done on a step prior or we should just bazel test
- name: Wait For Connection
uses: google-ml-infra/jax-fork/actions/ci_connection@28deea80eeffa1e98ba84ebb29200b7b00c1b61f
- name: Build JAX
run: |
pip uninstall -y jaxlib
Expand Down

0 comments on commit 683526b

Please sign in to comment.