Skip to content

Commit d8530f2

Browse files
ecalubaquibGoogle-ML-Automation
authored andcommitted
testing for update
PiperOrigin-RevId: 868750024
1 parent ce17815 commit d8530f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bazel_cuda_presubmit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
# Note: For testing external dependencies updates, change the python values
5555
# add 3.13 and 3.13-nogil here when debugging.
56-
python: ["3.11", "3.14"]
56+
python: ["3.11", "3.13", "3.13-nogil", "3.14"]
5757
runner: ["linux-x86-n4-16"]
5858
jaxlib-version: ["head", "pypi_latest"]
5959
enable-x64: [1, 0]
@@ -90,7 +90,7 @@ jobs:
9090
cuda-version: ${{ matrix.cuda-version }}
9191
enable-x64: ${{ matrix.enable-x64 }}
9292
# NOTE: For debugging wheel test change build_jaxlib and build_jax to 'wheel'.
93-
build_jaxlib: ${{ (matrix.jaxlib-version == 'head' && true) || false }}
94-
build_jax: 'true'
93+
build_jaxlib: 'false' #${{ (matrix.jaxlib-version == 'head' && true) || false }}
94+
build_jax: 'wheel' # 'true'
9595
run_multiaccelerator_tests: 'false'
9696
clone_main_xla: 1

0 commit comments

Comments
 (0)