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 94fb4de commit d29349fCopy full SHA for d29349f
ci/test_conda.sh
@@ -28,12 +28,18 @@ set +e
28
rapids-logger "Install pixi env"
29
pixi install -e "${PIXI_ENV}"
30
31
+rapids-logger "Show shared objects"
32
+find numba_cuda -name '*.so'
33
+
34
rapids-logger "Show Numba system info"
35
pixi run -e "${PIXI_ENV}" python -m numba --sysinfo
36
37
rapids-logger "Test importing numba.cuda"
38
pixi run -e "${PIXI_ENV}" python -c "from numba import cuda"
39
40
+rapids-logger "Show numba_cuda installation"
41
+pixi list -e "${PIXI_ENV}" numba_cuda
42
43
rapids-logger "Run Tests"
44
pixi run -e "${PIXI_ENV}" test -n auto \
45
--dist loadscope \
0 commit comments