Skip to content

Commit

Permalink
Merge pull request #256 from conda-forge/autoupdate-action
Browse files Browse the repository at this point in the history
Update mamba version
  • Loading branch information
isuruf authored Feb 8, 2022
2 parents 5c6c2fb + 2ec2d6f commit 9359c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ specs:
{% endif %}

{% if name.startswith("Mambaforge") %}
- mamba 0.19.1
- mamba 0.20.0
{% endif %}
- conda {{ version.split("-")[0] }}

Expand Down
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
if [[ "${TARGET_PLATFORM}" == win-* ]]; then
conda install -y "nsis=3.01" -c conda-forge --override-channels
fi
pip install git+git://github.com/wolfv/constructor@69eaa20b12ea1020438f645ec834f47ac9d3c3a7#egg=constructor --force --no-deps
pip install git+git://github.com/chrisburr/constructor@40c312c8d3f63f9a76b93bf347f05b8e1f7c8228#egg=constructor --force --no-deps
conda list

echo "***** Make temp directory *****"
Expand Down Expand Up @@ -53,6 +53,7 @@ if [[ "${TARGET_PLATFORM}" != win-* ]]; then
fi
popd
EXTRA_CONSTRUCTOR_ARGS="${EXTRA_CONSTRUCTOR_ARGS} --conda-exe ${MICROMAMBA_FILE} --platform ${TARGET_PLATFORM}"
conda install -y libmambapy
fi

echo "***** Construct the installer *****"
Expand Down

0 comments on commit 9359c18

Please sign in to comment.