Skip to content

Commit

Permalink
Fix Doxygen upload directory (#15291)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Mar 13, 2024
1 parent 33a201d commit 1ac1b2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

set -euo pipefail

export RAPIDS_VERSION_NUMBER="$(rapids-generate-version)"

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

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

0 comments on commit 1ac1b2d

Please sign in to comment.