mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Add missing bash symbol
This commit is contained in:
parent
3015699966
commit
181da12809
2
.github/workflows/cloud-tpu-ci-nightly.yml
vendored
2
.github/workflows/cloud-tpu-ci-nightly.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
PY_COLORS: 1
|
||||
run: |
|
||||
# Run single-accelerator tests in parallel
|
||||
JAX_ENABLE_TPU_XDIST=true python3 -m pytest -n={{ matrix.tpu.core }} --tb=short \
|
||||
JAX_ENABLE_TPU_XDIST=true python3 -m pytest -n=${{ matrix.tpu.core }} --tb=short \
|
||||
--maxfail=20 -m "not multiaccelerator" tests examples
|
||||
# Run multi-accelerator across all chips
|
||||
python3 -m pytest --tb=short --maxfail=20 -m "multiaccelerator" tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user