-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Since October 14th, upstream CI tests fail because of some weird HDF5 related binary issue.
After some digging into logs, it appears that what has changed in GA runners on this date is a minor python version and a major GCC version:
Tests passing:
python: 3.11.13 | packaged by conda-forge | (main, Jun 4 2025, 14:48:23) [GCC 13.3.0]
python: 3.12.11 | packaged by conda-forge | (main, Jun 4 2025, 14:45:31) [GCC 13.3.0]
Tests failing:
python: 3.11.14 | packaged by conda-forge | (main, Oct 13 2025, 14:09:32) [GCC 14.3.0]
python: 3.12.12 | packaged by conda-forge | (main, Oct 13 2025, 14:34:15) [GCC 14.3.0]
It is probably the case that the HDF5 compiled versions distributed through conda have lost tracked with gcc.
While waiting for an upgrade of HFD5, we'll pin upstream test python versions to 3.11.13 and 3.12.11
Metadata
Metadata
Assignees
Labels
Type
Projects
Status