[CI/CD] Some tests not working correctly for py3.9 and 3.10 with openmpi and mpi4py 3.1.5
sblauth opened this issue · 1 comments
sblauth commented
Some tests with python 3.9 and 3.10 are not working correctly. This could be due to conda-forge/mpi4py-feedstock#65, as mpi4py 3.1.5 is used now.
sblauth commented
Update: We have now pinned mpi4py to <= 3.1.4. This ensures that the tests can still be run.
Once the issue with mpi4py is fixed, we can lift this pin.