We've re-instated the use of pyenv in certain Factory job definitions. Removing it in favour of using the system python3 had far-reaching ramifications that proved too costly to immediately address.
What are the changes implemented in this PR?
We've re-instated our use of pyenv in deploy-github, deploy-apt-snapshot and deploy-apt-release.
What is the goal of this PR?
We've re-instated the use of pyenv in certain Factory job definitions. Removing it in favour of using the system python3 had far-reaching ramifications that proved too costly to immediately address.
What are the changes implemented in this PR?
We've re-instated our use of pyenv in
deploy-github
,deploy-apt-snapshot
anddeploy-apt-release
.