Install Python on Self Hosted Windows runner for Github Action

139 Views Asked by At

I am using Windows Server 2019 as a self hosted runner for my Github Actions. I need to install Python. Shall install this python as one time activity or through github action workflow every time that workflow is executed?

I came across this but this is confusing. Do I need to install using MSI installer? Also need to update PATH.

1

There are 1 best solutions below

3
Karov On BEST ANSWER

As with any runner, you need to have everything set up to be able to use it.

Do I need to install using MSI installer? Also need to update PATH.

Yes.