Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Add boa installation to rapids-env-update
Browse files Browse the repository at this point in the history
This PR adds a `boa` installation step to `rapids-env-update` since it is needed in all repositories. This step should be removed once `boa` is properly installed in our CI images.
  • Loading branch information
ajschmidt8 committed May 31, 2022
1 parent b598d5a commit f8da0cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/rapids-env-update
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ if [[ "${BUILD_TYPE}" != "pull-request" && "${GIT_BRANCH}" = branch-* ]] ; then
VERSION_SUFFIX=$(date +%y%m%d)
export VERSION_SUFFIX
fi

# FIXME: Remove this line once `boa` is properly installed in our CI images
gpuci_mamba_retry install -y -c conda-forge boa

0 comments on commit f8da0cb

Please sign in to comment.