File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ rapids-logger "Run Tests"
3535pixi run -e " ${PIXI_ENV} " test -n auto \
3636 --dist loadscope \
3737 --loadscope-reorder \
38- --benchmark-disable - v
38+ -v
3939
4040rapids-logger " Test script exiting with value: $EXITCODE "
4141exit ${EXITCODE}
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ EXITCODE=0
88trap " EXITCODE=1" ERR
99set +e
1010
11- rapids-logger " Install pixi env"
12- pixi install -e " ${PIXI_ENV} "
13-
1411rapids-logger " Show Numba system info"
1512pixi run -e " ${PIXI_ENV} " python -m numba --sysinfo
1613
@@ -21,7 +18,7 @@ rapids-logger "Run Tests"
2118pixi run -e " ${PIXI_ENV} " simtest -n auto \
2219 --dist loadscope \
2320 --loadscope-reorder \
24- --benchmark-disable - v
21+ -v
2522
2623rapids-logger " Test script exiting with value: $EXITCODE "
2724exit ${EXITCODE}
You can’t perform that action at this time.
0 commit comments