Skip to content

Commit 94fb4de

Browse files
committed
chore: install the pixi env
1 parent 689e68d commit 94fb4de

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ci/test_conda.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ EXITCODE=0
2525
trap "EXITCODE=1" ERR
2626
set +e
2727

28+
rapids-logger "Install pixi env"
29+
pixi install -e "${PIXI_ENV}"
30+
2831
rapids-logger "Show Numba system info"
2932
pixi run -e "${PIXI_ENV}" python -m numba --sysinfo
3033

ci/test_simulator.sh

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

11+
rapids-logger "Install pixi env"
12+
pixi install -e "${PIXI_ENV}"
13+
1114
rapids-logger "Show Numba system info"
1215
pixi run -e "${PIXI_ENV}" python -m numba --sysinfo
1316

0 commit comments

Comments
 (0)