From 5919c28ab31e1593292e4a89a1fef70a083d21de Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Tue, 25 Jul 2023 14:07:37 -0400 Subject: [PATCH] Revert "Add debugging to exe test installer step" This reverts commit 00a41c4192e2fbd33624d31f3709d6887c98c02e. --- .github/workflows/build_radioconda.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index 93c6f82..3071309 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -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