Skip to content

Commit 302259c

Browse files
committed
add cuda-cuobjdump to dependency
1 parent 300348d commit 302259c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_conda_pynvjitlink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -euo pipefail
88
if [ "${CUDA_VER%.*.*}" = "11" ]; then
99
CTK_PACKAGES="cudatoolkit"
1010
else
11-
CTK_PACKAGES="cuda-nvcc-impl cuda-nvrtc"
11+
CTK_PACKAGES="cuda-nvcc-impl cuda-nvrtc cuda-cuobjdump"
1212
fi
1313

1414
rapids-logger "Install testing dependencies"

0 commit comments

Comments
 (0)