Skip to content

Commit f9ee100

Browse files
committed
chore: remove redundant flag
1 parent 0efb80a commit f9ee100

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ci/test_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rapids-logger "Run Tests"
3535
pixi run -e "${PIXI_ENV}" test -n auto \
3636
--dist loadscope \
3737
--loadscope-reorder \
38-
--benchmark-disable -v
38+
-v
3939

4040
rapids-logger "Test script exiting with value: $EXITCODE"
4141
exit ${EXITCODE}

ci/test_simulator.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ EXITCODE=0
88
trap "EXITCODE=1" ERR
99
set +e
1010

11-
rapids-logger "Install pixi env"
12-
pixi install -e "${PIXI_ENV}"
13-
1411
rapids-logger "Show Numba system info"
1512
pixi run -e "${PIXI_ENV}" python -m numba --sysinfo
1613

@@ -21,7 +18,7 @@ rapids-logger "Run Tests"
2118
pixi run -e "${PIXI_ENV}" simtest -n auto \
2219
--dist loadscope \
2320
--loadscope-reorder \
24-
--benchmark-disable -v
21+
-v
2522

2623
rapids-logger "Test script exiting with value: $EXITCODE"
2724
exit ${EXITCODE}

0 commit comments

Comments
 (0)