diff --git a/ci/build_wheel_cudf.sh b/ci/build_wheel_cudf.sh index 518640e2ef9..c87d9571bca 100755 --- a/ci/build_wheel_cudf.sh +++ b/ci/build_wheel_cudf.sh @@ -7,8 +7,6 @@ package_dir="python/cudf" export SKBUILD_CMAKE_ARGS="-DUSE_LIBARROW_FROM_PYARROW=ON" -./ci/build_wheel.sh cudf ${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}"