-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-hosted Windows Runner Fails to Install Python #904
Comments
Related to #819 |
Hello @dnwillia-work, Thank you for creating this issue and we will look into it :) |
@aparnajyothi-y No problem. @RobPasMue suggested I try v4 as a workaround and I can confirm that this is working. |
Hi @dnwillia-work 👋, |
Hi @dnwillia-work 👋, Just following up to see if you've had a chance to test the fix merged in PR #916 with Thanks! |
Hello @dnwillia-work 👋, |
Description:
The action fails to install Python on a Windows 10 self-hosted runner. The following error is encountered:
This is working on the GitHub windows-latest-8-core runner. It seems setup-python is not the only one impacted. eg:
actions/setup-go#241
I have both Powershell 5.1 and 7.4.3 installed but as you can see the action seems to be picking the former.
Action version:
v5
Platform:
Runner type:
Tools version:
3.10
Repro steps:
I simply added the following into my CI workflow file and it fails.
Expected behavior:
Python is downloaded and unzipped, the action works as expected.
Actual behavior:
It's not downloaded and installed.
The text was updated successfully, but these errors were encountered: