From 06e8ddc93b4aec0e0bc6453259899c629a2baa3e Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Fri, 14 Feb 2025 17:38:18 -0500 Subject: [PATCH] Review feedback --- ci/build_docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index bfd45f4a..f64831fe 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -9,6 +9,7 @@ CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp) rapids-logger "Create test conda environment" . /opt/conda/etc/profile.d/conda.sh +export UCXX_VERSION="$(head -1 ./VERSION)" UCXX_VERSION_MAJOR_MINOR="$(sed -E -e 's/^([0-9]+)\.([0-9]+)\.([0-9]+).*$/\1.\2/' VERSION)" ENV_YAML_DIR="$(mktemp -d)"