We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5f590 commit bd2c960Copy full SHA for bd2c960
ci/test_wheel.ps1
@@ -31,7 +31,7 @@ $CUDA_VER_MAJOR = ($env:CUDA_VER -split '\.')[0] -join '.'
31
rapids-logger "Install wheel with test dependencies"
32
$package = Resolve-Path wheel\numba_cuda*.whl | Select-Object -ExpandProperty Path
33
echo "Package path: $package"
34
-python -m pip install "${package}[cu${CUDA_VER_MAJOR},test-cu${CUDA_VER_MAJOR}]"
+python -m pip install "${package}[cu${CUDA_VER_MAJOR}]" --group "test-cu${CUDA_VER_MAJOR}"
35
python -m pip install "llvmlite<0.45" "numba==0.61.*" # WAR for https://github.com/numba/llvmlite/issues/1297
36
37
0 commit comments