mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-09-06 07:07:51 -04:00
Switch to modern conda Windows activation hook for CI test
This commit is contained in:
parent
33f9dbbb4f
commit
2f434b8b19
2
.github/workflows/build_radioconda.yml
vendored
2
.github/workflows/build_radioconda.yml
vendored
@ -164,7 +164,7 @@ jobs:
|
|||||||
INSTALLER_EXE_W=$(cygpath -w $INSTALLER_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
|
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
|
||||||
source $INSTALL_PATH/Scripts/activate
|
eval "$($INSTALL_PATH/Scripts/conda.exe shell.bash hook)"
|
||||||
conda info
|
conda info
|
||||||
conda list
|
conda list
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user