update tests.yml

This commit is contained in:
Wassim Kabalan 2025-06-08 12:03:44 +02:00
parent 12eddc4e6a
commit e0ba85fb58

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 mpi4py
pip install numpy==2.2.6 setuptools cython wheel mpi4py
pip install -r requirements-test.txt --no-build-isolation
pip install jax
pip install pytest>=8.0.0