add mpi4py

This commit is contained in:
Wassim Kabalan 2025-06-08 11:48:11 +02:00
parent 0eb4c371e3
commit 12eddc4e6a

View file

@ -29,7 +29,7 @@ jobs:
run: |
sudo apt-get install -y libopenmpi-dev
python -m pip install --upgrade pip
pip install numpy setuptools cython wheel
pip install numpy setuptools cython wheel mpi4py
pip install -r requirements-test.txt --no-build-isolation
pip install jax
pip install pytest>=8.0.0