ESMValGroup / ESMValTool

ESMValTool: A community diagnostic and performance metrics tool for routine evaluation of Earth system models in CMIP
https://www.esmvaltool.org
Apache License 2.0
210 stars 122 forks source link

[CI/Github Actions] Fair number of transitory errors with `pip install` on OSX ( #3580

Closed valeriupredoi closed 2 months ago

valeriupredoi commented 2 months ago

This example that's started to flake about rather often, not only seen here, but in other packages as well, with a slightly different form. This is pip=24.0 but it could easily be a persisting bad connection to the GH server - if the lack of git is actual ie the executable really is missing (see https://github.com/pypa/setuptools_scm/issues/278) then we are faced with GH-GA nodes that don't have git which is a bummer, so we'll have to install our own git on them. I'll keep an eye on these - if they still keep popping up, I'll plop a apt-get update && apt-get install git --assume-yes on OSX