We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f17bf commit 0047966Copy full SHA for 0047966
ci/test_wheel.sh
@@ -12,6 +12,7 @@ PIP_PACKAGE=$(echo "${WHEELHOUSE}"/rmm_"${RAPIDS_PY_CUDA_SUFFIX}"*.whl | head -n
12
if [[ $RAPIDS_DEPENDENCIES != "oldest" ]]; then
13
python -m pip install -v "${PIP_PACKAGE}[test]"
14
else
15
+ python -m pip install rapids-dependency-file-generator && pyenv rehash # TODO: include in image
16
rapids-dependency-file-generator \
17
--output requirements \
18
--file-key test_python \
0 commit comments