Skip to content

Commit

Permalink
add cuda-cuobjdump to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Nov 1, 2024
1 parent 300348d commit 302259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_conda_pynvjitlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -euo pipefail
if [ "${CUDA_VER%.*.*}" = "11" ]; then
CTK_PACKAGES="cudatoolkit"
else
CTK_PACKAGES="cuda-nvcc-impl cuda-nvrtc"
CTK_PACKAGES="cuda-nvcc-impl cuda-nvrtc cuda-cuobjdump"
fi

rapids-logger "Install testing dependencies"
Expand Down

0 comments on commit 302259c

Please sign in to comment.