File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source rapids-date-string
7
7
8
8
rapids-generate-version > ./VERSION
9
9
10
- python -m pip wheel . -w dist -v --no-deps --disable-pip-version-check
10
+ rapids- pip-retry wheel . -w dist -v --no-deps --disable-pip-version-check
11
11
./ci/validate_wheel.sh dist
12
12
13
13
RAPIDS_PY_WHEEL_NAME=" dask-cuda" RAPIDS_PY_WHEEL_PURE=" 1" rapids-upload-wheels-to-s3 dist
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ rapids-dependency-file-generator \
14
14
15
15
rapids-logger " Installing test dependencies"
16
16
# echo to expand wildcard
17
- python -m pip install -v --prefer-binary -r /tmp/requirements-test.txt " $( echo ./dist/dask_cuda* .whl) "
17
+ rapids- pip-retry install -v --prefer-binary -r /tmp/requirements-test.txt " $( echo ./dist/dask_cuda* .whl) "
18
18
19
19
rapids-logger " pytest dask-cuda"
20
20
./ci/run_pytest.sh \
You can’t perform that action at this time.
0 commit comments