You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started looking into this.... we probably want to avoid building from source each time but pyenv does not support linking a system Python version without a plugin (ref pyenv/pyenv#1244).
We might want to:
Create a docker image with some pyenv Python versions prebuilt
Publish to GitHub's image registry (can we easily do this in this repository?)
Use that in the job
Add an optional assertion to our system check script that a given Python version is being used
No description provided.
The text was updated successfully, but these errors were encountered: