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

Commit

Permalink
Merge pull request #35 from rapidsai/add-boa
Browse files Browse the repository at this point in the history
Add `boa` installation to `rapids-env-update`
  • Loading branch information
ajschmidt8 authored May 31, 2022
2 parents b598d5a + f8da0cb commit 6e6c8c8
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 6e6c8c8

Please sign in to comment.