Skip to content

Commit

Permalink
Install rapids-dependency-file-generator (for now)
Browse files Browse the repository at this point in the history
I think this should just be added to the test wheel.
  • Loading branch information
seberg committed Jul 16, 2024
1 parent 78f17bf commit 0047966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PIP_PACKAGE=$(echo "${WHEELHOUSE}"/rmm_"${RAPIDS_PY_CUDA_SUFFIX}"*.whl | head -n
if [[ $RAPIDS_DEPENDENCIES != "oldest" ]]; then
python -m pip install -v "${PIP_PACKAGE}[test]"
else
python -m pip install rapids-dependency-file-generator && pyenv rehash # TODO: include in image
rapids-dependency-file-generator \
--output requirements \
--file-key test_python \
Expand Down

0 comments on commit 0047966

Please sign in to comment.