Skip to content

Commit 5321b16

Browse files
committed
fix?(docs): don't download artifacts for building docs
1 parent 6a10786 commit 5321b16

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ci/build_docs.sh

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

55
set -euo pipefail
66

7-
rapids-logger "Downloading artifacts from previous jobs"
8-
CPP_CHANNEL=$(rapids-download-from-github "$(rapids-artifact-name conda_cpp libcuvs cuvs --cuda "$RAPIDS_CUDA_VERSION")")
9-
PYTHON_CHANNEL=$(rapids-download-from-github "$(rapids-artifact-name conda_python cuvs cuvs --stable --cuda "$RAPIDS_CUDA_VERSION")")
10-
117
rapids-logger "Create docs conda environment"
128
. /opt/conda/etc/profile.d/conda.sh
139

@@ -17,8 +13,6 @@ conda config --set channel_priority strict
1713
rapids-dependency-file-generator \
1814
--output conda \
1915
--file-key docs \
20-
--prepend-channel "${CPP_CHANNEL}" \
21-
--prepend-channel "${PYTHON_CHANNEL}" \
2216
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" \
2317
| tee env.yaml
2418

0 commit comments

Comments
 (0)