Skip to content

Commit

Permalink
Add missing double quote in test-jax.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andportnoy committed Oct 11, 2024
1 parent a2666ca commit ceff277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/container/test-jax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ case "${BATTERY}" in
# use jax_test_gpu tag generated by jax_multiplatform_test rule:
# https://github.com/jax-ml/jax/blob/d36afe4f7fe01fe5db16069d796600090db5a3ce/jaxlib/jax.bzl#L265
TEST_TAG_FILTER_ARRAY+=('jax_test_gpu')
BAZEL_TARGET="${BAZEL_TARGET} //tests/...
BAZEL_TARGET="${BAZEL_TARGET} //tests/..."
;;
backend-independent)
JOBS_PER_GPU=4
Expand Down

0 comments on commit ceff277

Please sign in to comment.