Skip to content

Commit

Permalink
Fix cmd invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Nov 26, 2023
1 parent 00dfafc commit aad1a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "***** Run the installer *****"
chmod +x "${INSTALLER_PATH}"
if [[ "$(uname)" == MINGW* ]]; then
echo "start /wait \"\" ${INSTALLER_PATH} /InstallationType=JustMe /RegisterPython=0 /S /D=$(cygpath -w "${CONDA_PATH}")" > install.bat
cmd.exe /c install.bat
cmd.exe //c install.bat

echo "***** Setup conda *****"
# Workaround a conda bug where it uses Unix style separators, but MinGW doesn't understand them
Expand Down

0 comments on commit aad1a51

Please sign in to comment.