Skip to content

Commit 44af4df

Browse files
committed
fix wheel test env
1 parent 1e99932 commit 44af4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "Package path: ${package}"
1313
DEPENDENCIES=(
1414
"${package}"
1515
"cuda-python==${CUDA_VER_MAJOR_MINOR%.*}.*"
16-
"cuda-core==0.3.*"
16+
"cuda-core==0.4.*"
1717
"--group"
1818
"test"
1919
)

0 commit comments

Comments
 (0)