We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d320 commit fa88b75Copy full SHA for fa88b75
ci/test_conda.sh
@@ -32,7 +32,10 @@ rapids-logger "Test importing numba.cuda"
32
pixi run -e "${PIXI_ENV}" python -c "from numba import cuda"
33
34
rapids-logger "Run Tests"
35
-pixi run -e "${PIXI_ENV}" test -n auto --dist loadscope --benchmark-disable -v
+pixi run -e "${PIXI_ENV}" test -n auto \
36
+ --dist loadscope \
37
+ --loadscope-reorder \
38
+ --benchmark-disable -v
39
40
rapids-logger "Test script exiting with value: $EXITCODE"
41
exit ${EXITCODE}
0 commit comments