mirror of
https://github.com/ryanvolz/radioconda.git
synced 2024-12-25 20:32:45 -05:00
Fix cmd invocation during Windows installer test
This commit is contained in:
parent
5919c28ab3
commit
e0940df21e
2
.github/workflows/build_radioconda.yml
vendored
2
.github/workflows/build_radioconda.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user