-
Notifications
You must be signed in to change notification settings - Fork 14
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
WIP: Try setup-python on arm runners #444
Conversation
3685d4a
to
7646971
Compare
7646971
to
0ab6f3d
Compare
setup-python@v5 gives a permission error |
With version
|
@mbercx @unkcpz I think in order to make progress here we'll need tweak the runner machine per README instructions for Specifically:
I think this is of reasonably high priority since right now we seem to be using a global python environment for all the jobs? See #432 |
Thanks @danielhollas! I'll admit it's mostly @unkcpz who is the expert on setting up/configuring the runner. I'm just the guy who owns the work station we're using for it. 😅 @unkcpz I've packed my mac Mini and will bring it to the office tomorrow. Then we can consider using that instead, since I often use a VPN on my work station (or need to reboot, rarely), which interrupts the runner service. |
This PR is now stale, but the issue still needs to be solved, unless we move to buildjet runners (I am slightly worried it would be expensive though, since I am running through my free 5$ credit quite quickly). |
According to actions/setup-python#108 (comment) this might work now? Let's test!
Might solve #432