Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/branch-24.12' into hdbscan-gpu…
Browse files Browse the repository at this point in the history
…-train-cpu-infer
  • Loading branch information
divyegala committed Oct 16, 2024
2 parents d4b9610 + ef7a61d commit 01b098e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rapids-logger "Create test conda environment"
. /opt/conda/etc/profile.d/conda.sh

RAPIDS_VERSION="$(rapids-version)"
export RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)"

rapids-dependency-file-generator \
--output conda \
Expand Down Expand Up @@ -44,4 +45,4 @@ mkdir -p "${RAPIDS_DOCS_DIR}/cuml/html"
mv _html/* "${RAPIDS_DOCS_DIR}/cuml/html"
popd

RAPIDS_VERSION_NUMBER="$(rapids-version-major-minor)" rapids-upload-docs
RAPIDS_VERSION_NUMBER="${RAPIDS_VERSION_MAJOR_MINOR}" rapids-upload-docs

0 comments on commit 01b098e

Please sign in to comment.