Skip to content

Commit 0047966

Browse files
committed
Install rapids-dependency-file-generator (for now)
I think this should just be added to the test wheel.
1 parent 78f17bf commit 0047966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test_wheel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PIP_PACKAGE=$(echo "${WHEELHOUSE}"/rmm_"${RAPIDS_PY_CUDA_SUFFIX}"*.whl | head -n
1212
if [[ $RAPIDS_DEPENDENCIES != "oldest" ]]; then
1313
python -m pip install -v "${PIP_PACKAGE}[test]"
1414
else
15+
python -m pip install rapids-dependency-file-generator && pyenv rehash # TODO: include in image
1516
rapids-dependency-file-generator \
1617
--output requirements \
1718
--file-key test_python \

0 commit comments

Comments
 (0)