Skip to content

Commit 7e1f31c

Browse files
kit1980malfet
andauthored
desired_cuda -> DESIRED_CUDA (#1612)
* desired_cuda -> DESIRED_CUDA Found with shellcheck * Update manywheel/build_cuda.sh Co-authored-by: Nikita Shulga <[email protected]> --------- Co-authored-by: Nikita Shulga <[email protected]>
1 parent a91f149 commit 7e1f31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manywheel/build_cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if [[ -n "$DESIRED_CUDA" ]]; then
4747
# There really has to be a better way to do this - eli
4848
# Possibly limiting builds to specific cuda versions be delimiting images would be a choice
4949
if [[ "$OS_NAME" == *"Ubuntu"* ]]; then
50-
echo "Switching to CUDA version $desired_cuda"
50+
echo "Switching to CUDA version ${DESIRED_CUDA}"
5151
/builder/conda/switch_cuda_version.sh "${DESIRED_CUDA}"
5252
fi
5353
else

0 commit comments

Comments
 (0)