File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,20 @@ CONSTRUCT_ROOT="${CONSTRUCT_ROOT:-${PWD}}"
1010cd " ${CONSTRUCT_ROOT} "
1111
1212echo " ***** Install libmamba solver *****"
13- conda install -y conda=22.9 # Constructor doesn't support plugin structure of conda yet (22.11), so stick to 22.9
14- conda install conda=22.9 conda-libmamba-solver
15- conda config --set experimental_solver libmamba
13+ conda install conda-libmamba-solver
14+ conda config --set solver libmamba
1615
1716echo " ***** Install constructor *****"
18- conda install -y conda=22.9 conda-standalone menuinst freetype jinja2 curl libarchive " ruamel_yaml>=0.11.14,<0.16" -c conda-forge --override-channels
17+ conda install -y constructor " ruamel_yaml>=0.11.14,<0.16" -c conda-forge --override-channels
1918
2019if [[ " $( uname) " == " Darwin" ]]; then
21- conda install -y conda=22.9 coreutils -c conda-forge --override-channels
20+ conda install -y coreutils -c conda-forge --override-channels
2221fi
2322# shellcheck disable=SC2154
2423if [[ " ${TARGET_PLATFORM} " == win-* ]]; then
25- conda install -y conda=22.9 " nsis=3.01 " " pillow>=3.1" -c conda-forge --override-channels
24+ conda install -y " pillow>=3.1" -c conda-forge --override-channels
2625fi
2726
28- # We require the latest, unreleased version of constructor,
29- # as this supports the libmamba solver
30- pip install git+https://github.com/conda/constructor@fd028c8
31-
3227conda list
3328
3429echo " ***** Make temp directory *****"
You can’t perform that action at this time.
0 commit comments