Skip to content

Commit

Permalink
Dynamically set version in RAPIDS doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Feb 21, 2024
1 parent 8ea716b commit 3789e66
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 @@ -3,6 +3,8 @@

set -euo pipefail

RAPIDS_PACKAGE_VERSION=$(rapids-generate-version)

rapids-logger "Create test conda environment"
. /opt/conda/etc/profile.d/conda.sh

Expand All @@ -27,7 +29,6 @@ rapids-mamba-retry install \
--channel "${PYTHON_CHANNEL}" \
libcudf cudf dask-cudf

export RAPIDS_VERSION_NUMBER="24.04"
export RAPIDS_DOCS_DIR="$(mktemp -d)"

rapids-logger "Build CPP docs"
Expand Down

0 comments on commit 3789e66

Please sign in to comment.