We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85462d commit d3d0729Copy full SHA for d3d0729
.github/workflows/cloud-tpu-presubmit.yml
@@ -61,4 +61,5 @@ jobs:
61
- name: Build ${{ matrix.artifact }}
62
env:
63
JAXCI_HERMETIC_PYTHON_VERSION: "${{ matrix.python }}"
64
- run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/${{ matrix.artifact }}"
+ run: choco install llvm --version=18.1.4 --yes --no-progress --allow-downgrade
65
+
0 commit comments