File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cd "${package_dir}"
16
16
sccache --zero-stats
17
17
18
18
rapids-logger " Building '${package_name} ' wheel"
19
- python -m pip wheel \
19
+ rapids- pip-retry wheel \
20
20
-w dist \
21
21
-v \
22
22
--no-deps \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rapids-dependency-file-generator \
18
18
| tee /tmp/requirements-build.txt
19
19
20
20
rapids-logger " Installing build requirements"
21
- python -m pip install \
21
+ rapids- pip-retry install \
22
22
-v \
23
23
--prefer-binary \
24
24
-r /tmp/requirements-build.txt
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RAPIDS_PY_WHEEL_NAME="cuml_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from
9
9
RAPIDS_PY_WHEEL_NAME=" libcuml_${RAPIDS_PY_CUDA_SUFFIX} " rapids-download-wheels-from-s3 cpp ./dist
10
10
11
11
# echo to expand wildcard before adding `[extra]` requires for pip
12
- python -m pip install \
12
+ rapids- pip-retry install \
13
13
./dist/libcuml* .whl \
14
14
" $( echo ./dist/cuml* .whl) [test]"
15
15
You can’t perform that action at this time.
0 commit comments