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 bd2c960 commit 4ca265bCopy full SHA for 4ca265b
ci/test_wheel_deps_wheels.sh
@@ -11,7 +11,7 @@ rapids-logger "Install wheel with test dependencies"
11
package=$(realpath wheel/numba_cuda*.whl)
12
echo "Package path: ${package}"
13
# TODO: control minor version pinning to honor TEST_MATRIX once the cuda-toolkit metapackage is up
14
-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}"
15
16
rapids-logger "Build test binaries"
17
0 commit comments