Skip to content

Commit

Permalink
stop installing 'wheel' in wheel-building script (#1748)
Browse files Browse the repository at this point in the history
We're now pre-installing `wheel` in the CI images: rapidsai/ci-imgs#215

This proposes removing a `pip install wheel` in CI here... fewer network requests = fewer random CI failures 😁

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #1748
  • Loading branch information
jameslamb authored Dec 9, 2024
1 parent 09f7f62 commit ff59ea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/build_wheel_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ python -m pip wheel . -w dist -v --no-deps --disable-pip-version-check

sccache --show-adv-stats

python -m pip install wheel
python -m wheel tags --platform any dist/* --remove

../../ci/validate_wheel.sh dist
Expand Down

0 comments on commit ff59ea4

Please sign in to comment.