Skip to content

Commit bd2c960

Browse files
committed
ci: handle the windows bits as well
1 parent ef5f590 commit bd2c960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_wheel.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $CUDA_VER_MAJOR = ($env:CUDA_VER -split '\.')[0] -join '.'
3131
rapids-logger "Install wheel with test dependencies"
3232
$package = Resolve-Path wheel\numba_cuda*.whl | Select-Object -ExpandProperty Path
3333
echo "Package path: $package"
34-
python -m pip install "${package}[cu${CUDA_VER_MAJOR},test-cu${CUDA_VER_MAJOR}]"
34+
python -m pip install "${package}[cu${CUDA_VER_MAJOR}]" --group "test-cu${CUDA_VER_MAJOR}"
3535
python -m pip install "llvmlite<0.45" "numba==0.61.*" # WAR for https://github.com/numba/llvmlite/issues/1297
3636

3737

0 commit comments

Comments
 (0)