Skip to content

Commit 632dbcd

Browse files
authored
remove pip.conf migration code in CI scripts (#1023)
Follow-up to changes for rapidsai/build-planning#241 * removes `rapids-init-pip` feature flags now that those have become the default behavior (rapidsai/gha-tools#242) Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Gil Forsyth (https://github.com/gforsyth) URL: #1023
1 parent 7808e98 commit 632dbcd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ci/build_wheel.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ CMAKE_BUILD_TYPE="release"
1111

1212
source rapids-configure-sccache
1313
source rapids-date-string
14-
RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX="true"
15-
export RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX
1614
source rapids-init-pip
1715

1816
rapids-generate-version > ./VERSION

ci/test_wheel.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
set -eou pipefail
66

7-
RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX="true"
8-
export RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX
97
source rapids-init-pip
108

119
RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen "${RAPIDS_CUDA_VERSION}")"

0 commit comments

Comments
 (0)