diff --git a/ci/build_wheel_libcugraph.sh b/ci/build_wheel_libcugraph.sh index 2c4c40ba29..55e6dcc553 100755 --- a/ci/build_wheel_libcugraph.sh +++ b/ci/build_wheel_libcugraph.sh @@ -24,6 +24,11 @@ LIBRAFT_CHANNEL=$( ) echo "libraft-${RAPIDS_PY_CUDA_SUFFIX} @ file://$(echo ${LIBRAFT_CHANNEL}/libraft_*.whl)" >> /tmp/requirements-build.txt +ls ${LIBRAFT_CHANNEL}/ + +rapids-logger "build reqs:" +cat /tmp/requirements-build.txt + rapids-logger "Installing build requirements" python -m pip install \ -v \