Skip to content

Commit

Permalink
use libmamba solver
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Sep 29, 2023
1 parent eb2d8d0 commit 785196f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto-build-from-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ echo $mod
if [ -z "${mod}" ]; then
exit 0
fi
conda install -y conda-libmamba-solver
conda config --set solver libmamba
conda install -y anaconda-client conda-build conda-verify
conda config --set anaconda_upload yes
for e in ${mod}; do
Expand Down

0 comments on commit 785196f

Please # to comment.