Revert "Add debugging to exe test installer step"

This reverts commit 00a41c4192.
This commit is contained in:
Ryan Volz 2023-07-25 14:07:37 -04:00
parent 00a41c4192
commit 5919c28ab3
1 changed files with 0 additions and 2 deletions

View File

@ -159,12 +159,10 @@ jobs:
ARCH: ${{ matrix.ARCH }}
INSTALL_PATH_W: ${{ github.workspace }}\test_installation
run: |
set -x
INSTALL_PATH=$(cygpath -u $INSTALL_PATH_W)
INSTALLER_EXE="dist/$DISTNAME-*-$OS_NAME-$ARCH.exe"
INSTALLER_EXE_W=$(cygpath -w $INSTALLER_EXE)
echo "start /wait \"\" $INSTALLER_EXE_W /InstallationType=JustMe /RegisterPython=0 /S /D=$INSTALL_PATH_W" > install.bat
cat install.bat
cmd.exe /c install.bat
eval "$($INSTALL_PATH/Scripts/conda.exe shell.bash hook)"
conda info