We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da910dd commit bb20e56Copy full SHA for bb20e56
ci/scripts/github/conda_libs.sh
@@ -31,10 +31,12 @@ fetch_base_branch
31
# Print the info just to be sure base is active
32
conda info
33
34
+rapids-logger "Installing Boa and Git LFS"
35
+conda install --solver=libmamba -c conda-forge boa git-lfs
36
+
37
# Pull down data needed for running the per-library unit tests
38
rapids-logger "Pulling LFS assets"
39
-conda install git-lfs
40
git lfs install
41
${MORPHEUS_ROOT}/scripts/fetch_data.py fetch tests validation
42
0 commit comments