From ff59ea43b0af9b534005687b85af9ab7fa5fd510 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 9 Dec 2024 09:57:26 -0600 Subject: [PATCH] stop installing 'wheel' in wheel-building script (#1748) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're now pre-installing `wheel` in the CI images: https://github.com/rapidsai/ci-imgs/pull/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: https://github.com/rapidsai/rmm/pull/1748 --- ci/build_wheel_cpp.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/build_wheel_cpp.sh b/ci/build_wheel_cpp.sh index 1ec979372..e21792910 100755 --- a/ci/build_wheel_cpp.sh +++ b/ci/build_wheel_cpp.sh @@ -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