Skip to content

Commit

Permalink
Use new gha-tools version tools
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Mar 7, 2024
1 parent 3dd8c00 commit 9b2010c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ rapids-mamba-retry install \
pylibraft \
raft-dask

export RAPIDS_VERSION="$(sed -E -e 's/^([0-9]{2})\.([0-9]{2})\.([0-9]{2}).*$/\1.\2.\3/' VERSION)"
export RAPIDS_VERSION_MAJOR_MINOR="$(sed -E -e 's/^([0-9]{2})\.([0-9]{2})\.([0-9]{2}).*$/\1.\2/' VERSION)"
export RAPIDS_VERSION="$(rapids-version)"
export RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)"
export RAPIDS_VERSION_NUMBER="$RAPIDS_VERSION_MAJOR_MINOR"
export RAPIDS_DOCS_DIR="$(mktemp -d)"

Expand Down

0 comments on commit 9b2010c

Please sign in to comment.