Skip to content

Commit

Permalink
Merge pull request #67 from romainx/feat_conda_4.9.2
Browse files Browse the repository at this point in the history
Miniforge 4.9.2-0
  • Loading branch information
isuruf authored Dec 2, 2020
2 parents f82f4cb + a7f3739 commit c617d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = os.environ.get("MINIFORGE_VERSION", "4.9.0-0") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "4.9.2-0") %}
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}

name: {{ name }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ INSTALLER_PATH=$(find build/ -name "Miniforge*.sh" -or -name "Miniforge*.exe"| h
echo "***** Run the installer *****"
chmod +x $INSTALLER_PATH
if [[ "$(uname)" == MINGW* ]]; then
echo "start /wait \"\" build/Miniforge3-4.9.0-0-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /D=$(cygpath -w $CONDA_PATH)" > install.bat
echo "start /wait \"\" ${INSTALLER_PATH} /InstallationType=JustMe /RegisterPython=0 /S /D=$(cygpath -w $CONDA_PATH)" > install.bat
cmd.exe /c install.bat

echo "***** Setup conda *****"
Expand Down

0 comments on commit c617d50

Please sign in to comment.