Skip to content

Commit

Permalink
match env variables with cudf conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 8, 2024
1 parent f81432d commit b8d112e
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 @@ -6,10 +6,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="$RAPIDS_VERSION_MAJOR_MINOR"
export RAPIDS_DOCS_DIR="$(mktemp -d)"

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

export RAPIDS_DOCS_DIR="$(mktemp -d)"

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

0 comments on commit b8d112e

Please sign in to comment.