Skip to content

Commit d10cf20

Browse files
authored
Add missing double quote in test-jax.sh
1 parent d417345 commit d10cf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/container/test-jax.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ case "${BATTERY}" in
144144
# use jax_test_gpu tag generated by jax_multiplatform_test rule:
145145
# https://github.com/jax-ml/jax/blob/d36afe4f7fe01fe5db16069d796600090db5a3ce/jaxlib/jax.bzl#L265
146146
TEST_TAG_FILTER_ARRAY+=('jax_test_gpu')
147-
BAZEL_TARGET="${BAZEL_TARGET} //tests/...
147+
BAZEL_TARGET="${BAZEL_TARGET} //tests/..."
148148
;;
149149
backend-independent)
150150
JOBS_PER_GPU=4

0 commit comments

Comments
 (0)