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 689e68d commit 94fb4deCopy full SHA for 94fb4de
ci/test_conda.sh
@@ -25,6 +25,9 @@ EXITCODE=0
25
trap "EXITCODE=1" ERR
26
set +e
27
28
+rapids-logger "Install pixi env"
29
+pixi install -e "${PIXI_ENV}"
30
+
31
rapids-logger "Show Numba system info"
32
pixi run -e "${PIXI_ENV}" python -m numba --sysinfo
33
ci/test_simulator.sh
@@ -8,6 +8,9 @@ EXITCODE=0
8
9
10
11
12
13
14
15
16
0 commit comments