Skip to content

Commit fa88b75

Browse files
committed
chore: wrap args
1 parent a65d320 commit fa88b75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/test_conda.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ rapids-logger "Test importing numba.cuda"
3232
pixi run -e "${PIXI_ENV}" python -c "from numba import cuda"
3333

3434
rapids-logger "Run Tests"
35-
pixi run -e "${PIXI_ENV}" test -n auto --dist loadscope --benchmark-disable -v
35+
pixi run -e "${PIXI_ENV}" test -n auto \
36+
--dist loadscope \
37+
--loadscope-reorder \
38+
--benchmark-disable -v
3639

3740
rapids-logger "Test script exiting with value: $EXITCODE"
3841
exit ${EXITCODE}

0 commit comments

Comments
 (0)