Skip to content

Commit 1b76c68

Browse files
committed
Fix shellcheck issue
1 parent 91662d1 commit 1b76c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/install_numba.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060
if [ "${numba_cuda}" = "master" ]; then
6161
pip install "numba-cuda[cu${cuda_version}] @ https://github.com/NVIDIA/numba-cuda/archive/main.tar.gz"
6262
elif [ "${numba_cuda}" = "latest" ]; then
63-
pip install numba-cuda[cu${cuda_version}]
63+
pip install "numba-cuda[cu${cuda_version}]"
6464
else
6565
pip install "numba-cuda[cu${cuda_version}]==${numba_cuda}"
6666
fi

0 commit comments

Comments
 (0)