Skip to content

Commit

Permalink
fix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 3, 2024
1 parent db9a3e2 commit aa37efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package_name="libucx"
WHEELHOUSE="${PWD}/dist/"
RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"
RAPIDS_PY_WHEEL_NAME="ucx_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 cpp "${WHEELHOUSE}"
python -m pip install "${WHEELHOUSE}/${package_name}_${RAPIDS_PY_CUDA_SUFFIX}*.whl"
python -m pip install "${WHEELHOUSE}/${package_name}_${RAPIDS_PY_CUDA_SUFFIX}"*.whl
python -c "import libucx; libucx.load_library(); print('Loaded libucx libraries successfully!')"

0 comments on commit aa37efb

Please sign in to comment.