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
227 stars 128 forks source link

Pin pys2index >=0.1.5 in osx environment #3792

Closed valeriupredoi closed 3 weeks ago

valeriupredoi commented 4 weeks ago

Description

Github Actions tests for OSX are failing; this is coming from pys2index, and I noticed the environment installs an old version (0.1.4), so I am pinning it in an attempt to avert the fails; I suspect this will not fix the problem, since what the actual problem is I believe it to be the start of the incompatibility saga of M1 ARM processors vs generic intel-compiled code, but fingers crossed a simple pin will fix the barf :beer:

EDIT: the pin worked! https://github.com/ESMValGroup/ESMValTool/actions/runs/11553713844/job/32155462033?pr=3792


Before you get started

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the ๐Ÿ›  Technical or ๐Ÿงช Scientific review.

valeriupredoi commented 3 weeks ago

cheers @bouweandela :beers: