Skip to content

Commit

Permalink
CI: Download wheel from <rapidsai/kvikio#527>
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 31, 2024
1 parent 98d2eb6 commit 7cc7611
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/build_wheel_libcudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ rapids-dependency-file-generator \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION};cuda_suffixed=true" \
| tee /tmp/requirements-build.txt


# Download wheel from <https://github.com/rapidsai/kvikio/pull/527>
LIBKVIKIO_CHANNEL=$(
RAPIDS_PY_WHEEL_NAME=libkvikio_${RAPIDS_PY_CUDA_SUFFIX} rapids-get-pr-wheel-artifact kvikio 527 cpp
)
echo ${LIBKVIKIO_CHANNEL}/libkvikio_*.whl >> /tmp/requirements-build.txt

rapids-logger "Installing build requirements"
python -m pip install \
-v \
Expand Down

0 comments on commit 7cc7611

Please sign in to comment.