diff --git a/ci/build_wheel_cudf.sh b/ci/build_wheel_cudf.sh index c87d9571bca..f6b462c01c3 100755 --- a/ci/build_wheel_cudf.sh +++ b/ci/build_wheel_cudf.sh @@ -7,11 +7,6 @@ package_dir="python/cudf" export SKBUILD_CMAKE_ARGS="-DUSE_LIBARROW_FROM_PYARROW=ON" -if [[ ! -d "/tmp/gha-tools" ]]; then - git clone https://github.com/msarahan/gha-tools.git -b get-pr-wheel-artifact /tmp/gha-tools - export PATH="/tmp/gha-tools/tools:${PATH}" -fi - RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" # Downloads libcudf wheel from this current build, then points pip to it in PIP_FIND_LINKS below RAPIDS_PY_WHEEL_NAME="libcudf_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 cpp /tmp/libcudf_dist diff --git a/ci/build_wheel_libcudf.sh b/ci/build_wheel_libcudf.sh index 03992978f15..eb1402c8a87 100755 --- a/ci/build_wheel_libcudf.sh +++ b/ci/build_wheel_libcudf.sh @@ -7,10 +7,5 @@ package_dir="python/libcudf" ./ci/build_wheel.sh libcudf ${package_dir} -if [[ ! -d "/tmp/gha-tools" ]]; then - git clone https://github.com/msarahan/gha-tools.git -b get-pr-wheel-artifact /tmp/gha-tools - export PATH="/tmp/gha-tools/tools:${PATH}" -fi - RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" RAPIDS_PY_WHEEL_NAME="libcudf_${RAPIDS_PY_CUDA_SUFFIX}" rapids-upload-wheels-to-s3 cpp ${package_dir}/dist