Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use rapids-build-backend #234

Merged
merged 12 commits into from
Jun 10, 2024
Prev Previous commit
Next Next commit
fix pattern for providing ucxx wheel
  • Loading branch information
jameslamb committed Jun 4, 2024
commit 537613a8751f95380ffb1c2d77226d0029ccbbd3
2 changes: 1 addition & 1 deletion ci/test_wheel_distributed_ucxx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ucxx_wheelhouse=$(RAPIDS_PY_WHEEL_NAME="ucxx_${RAPIDS_PY_CUDA_SUFFIX}" rapids-do

python -m pip install \
-v \
--constraint "${ucxx_wheelhouse}"/*.whl \
"${ucxx_wheelhouse}"/ucxx_${RAPIDS_PY_CUDA_SUFFIX}*.whl \
"$(echo ./dist/${package_name}_${RAPIDS_PY_CUDA_SUFFIX}*.whl)[test]"

rapids-logger "Distributed Tests"
Expand Down
Loading