<#2021 CI broken due to recently introduced pyenv ...
# github-notifications
q
#2021 CI broken due to recently introduced pyenv bug Issue created by benjyw The last successful CI run was Dec 15 2022. Then we attempted no CI runs for about two weeks, and runs are now failing on macos-11: https://github.com/pantsbuild/pex/actions/runs/3813840945/jobs/6487802924 The reason appears to be that the pyenv-installed 2.7.18 interpreter reports its
sys.version_info
as
(2, 7, 16)
. Or at least, that is what
PythonIdentity
is seeing. Notably, GitHub Actions released a new macos-11 image on Dec 16: https://github.com/actions/runner-images/releases/tag/macOS-11%2F20221215.1 (it is not clear to me what "image" means in the macos context). This was a red herring. pantsbuild/pex
u