Skip to content

Commit bb20e56

Browse files
committed
Install boa prior to running conda build
1 parent da910dd commit bb20e56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/scripts/github/conda_libs.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ fetch_base_branch
3131
# Print the info just to be sure base is active
3232
conda info
3333

34+
rapids-logger "Installing Boa and Git LFS"
35+
conda install --solver=libmamba -c conda-forge boa git-lfs
36+
3437
# Pull down data needed for running the per-library unit tests
3538
rapids-logger "Pulling LFS assets"
3639

37-
conda install git-lfs
3840
git lfs install
3941
${MORPHEUS_ROOT}/scripts/fetch_data.py fetch tests validation
4042

0 commit comments

Comments
 (0)