Add debugging to exe test installer step

This commit is contained in:
Ryan Volz 2023-07-25 13:35:48 -04:00
parent 2f434b8b19
commit 00a41c4192
1 changed files with 2 additions and 0 deletions

View File

@ -159,10 +159,12 @@ 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