Skip to content

Commit

Permalink
try to fix installing libraft
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 17, 2024
1 parent 79cebbc commit 3a07f41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/build_wheel_libcugraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3a07f41

Please sign in to comment.