From 0047966bdbddf3b1bf0c54451e3e044af13fa458 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Tue, 16 Jul 2024 14:09:30 +0200 Subject: [PATCH] Install rapids-dependency-file-generator (for now) I think this should just be added to the test wheel. --- ci/test_wheel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test_wheel.sh b/ci/test_wheel.sh index ab2b6566f..e71dd2556 100755 --- a/ci/test_wheel.sh +++ b/ci/test_wheel.sh @@ -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 \