Skip to content

Commit

Permalink
Fix cmd invocation during Windows installer test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvolz committed Jul 25, 2023
1 parent 5919c28 commit e0940df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_radioconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
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
cmd.exe /c install.bat
cmd.exe //c install.bat
eval "$($INSTALL_PATH/Scripts/conda.exe shell.bash hook)"
conda info
conda list
Expand Down

0 comments on commit e0940df

Please sign in to comment.