Description:
Setup-python fails on self hosted runners where runner has no administrator permissions.
Throw "Error happened during Python installation"
Action version:
setup-python@v6.2.0
Platform:
Runner type:
Repro steps:
use self hosted runner, give runner accounts no administrative permissions
Expected behavior:
Python installs
Actual behavior:
Python installation fails
Root cause is this code line:
"DefaultAllUsersTargetDir=$PythonArchPath InstallAllUsers=1 $Include_freethreaded"
specific InstallAllUsers=1
Description:
Setup-python fails on self hosted runners where runner has no administrator permissions.
Throw "Error happened during Python installation"
Action version:
setup-python@v6.2.0
Platform:
Runner type:
Repro steps:
use self hosted runner, give runner accounts no administrative permissions
Expected behavior:
Python installs
Actual behavior:
Python installation fails
Root cause is this code line:
"DefaultAllUsersTargetDir=$PythonArchPath InstallAllUsers=1 $Include_freethreaded"specific InstallAllUsers=1