Skip to content

Commit 3ed89a8

Browse files
committed
Correct name of curand wheel
1 parent 22a8861 commit 3ed89a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/test_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python -m pip install \
1010
cffi \
1111
cuda-python \
1212
nvidia-cuda-cccl-cu12 \
13-
nvidia-cuda-curand-cu12 \
13+
nvidia-curand-cu12 \
1414
pytest
1515

1616
rapids-logger "Install wheel"

ci/test_wheel_pynvjitlink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python -m pip install \
99
psutil \
1010
cffi \
1111
cuda-python \
12-
nvidia-cuda-curand-cu12 \
12+
nvidia-curand-cu12 \
1313
pytest
1414

1515
rapids-logger "Install pynvjitlink"

0 commit comments

Comments
 (0)