Skip to content

Commit

Permalink
match cudf conventions for constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 8, 2024
1 parent 38e7f46 commit 8e98a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ set -euo pipefail
rapids-logger "Create test conda environment"
. /opt/conda/etc/profile.d/conda.sh

export RAPIDS_VERSION="$(rapids-version)"
export RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)"
RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)"
export RAPIDS_VERSION_NUMBER="24.12"
export RAPIDS_DOCS_DIR="$(mktemp -d)"

rapids-dependency-file-generator \
--output conda \
Expand All @@ -31,6 +29,8 @@ rapids-mamba-retry install \
"cuml=${RAPIDS_VERSION_MAJOR_MINOR}" \
"libcuml=${RAPIDS_VERSION_MAJOR_MINOR}"

export RAPIDS_DOCS_DIR="$(mktemp -d)"

rapids-logger "Build CPP docs"
pushd cpp
doxygen Doxyfile.in
Expand Down

0 comments on commit 8e98a81

Please sign in to comment.