Loading ci-support.sh +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ install_miniforge() if [ "$PLATFORM" == "Windows" ]; then echo "start /wait \"\" ${MINIFORGE_INSTALLER} /InstallationType=JustMe /RegisterPython=0 /S /D=$(cygpath -w "${MINIFORGE_INSTALL_DIR}")" > install.bat cmd.exe /c install.bat cmd.exe //c install.bat else bash "$MINIFORGE_INSTALLER" -b -p "$MINIFORGE_INSTALL_DIR" fi Loading Loading
ci-support.sh +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ install_miniforge() if [ "$PLATFORM" == "Windows" ]; then echo "start /wait \"\" ${MINIFORGE_INSTALLER} /InstallationType=JustMe /RegisterPython=0 /S /D=$(cygpath -w "${MINIFORGE_INSTALL_DIR}")" > install.bat cmd.exe /c install.bat cmd.exe //c install.bat else bash "$MINIFORGE_INSTALLER" -b -p "$MINIFORGE_INSTALL_DIR" fi Loading