Skip to content

Commit d29349f

Browse files
committed
ci: log some pixi info to see why SOs are not importing correctly
1 parent 94fb4de commit d29349f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/test_conda.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,18 @@ set +e
2828
rapids-logger "Install pixi env"
2929
pixi install -e "${PIXI_ENV}"
3030

31+
rapids-logger "Show shared objects"
32+
find numba_cuda -name '*.so'
33+
3134
rapids-logger "Show Numba system info"
3235
pixi run -e "${PIXI_ENV}" python -m numba --sysinfo
3336

3437
rapids-logger "Test importing numba.cuda"
3538
pixi run -e "${PIXI_ENV}" python -c "from numba import cuda"
3639

40+
rapids-logger "Show numba_cuda installation"
41+
pixi list -e "${PIXI_ENV}" numba_cuda
42+
3743
rapids-logger "Run Tests"
3844
pixi run -e "${PIXI_ENV}" test -n auto \
3945
--dist loadscope \

0 commit comments

Comments
 (0)