Skip to content

Commit 4ca265b

Browse files
committed
ci: handle the wheel deps bits as well
1 parent bd2c960 commit 4ca265b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_wheel_deps_wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rapids-logger "Install wheel with test dependencies"
1111
package=$(realpath wheel/numba_cuda*.whl)
1212
echo "Package path: ${package}"
1313
# 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}]"
14+
python -m pip install "${package}[cu${CUDA_VER_MAJOR}]" --group "test-cu${CUDA_VER_MAJOR}"
1515

1616
rapids-logger "Build test binaries"
1717

0 commit comments

Comments
 (0)