Skip to content

Commit

Permalink
rm duplicate build_wheel.sh calls
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Apr 11, 2024
1 parent 5908d07 commit 973ce98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/build_wheel_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 973ce98

Please sign in to comment.