update wf

This commit is contained in:
Wassim Kabalan 2025-06-08 15:35:57 +02:00
parent c6a7dd4e4e
commit a7fcba0e1f

View file

@ -29,10 +29,10 @@ jobs:
run: | run: |
sudo apt-get install -y libopenmpi-dev sudo apt-get install -y libopenmpi-dev
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install numpy==2.2.6 setuptools cython wheel mpi4py
pip install -r requirements-test.txt --no-build-isolation
pip install jax pip install jax
pip install pytest>=8.0.0 pip install setuptools cython wheel mpi4py
pip install -r requirements-test.txt --no-build-isolation
pip install pytest
pip install diffrax pip install diffrax
pip install . pip install .
@ -42,4 +42,4 @@ jobs:
pytest -v -m "not distributed" pytest -v -m "not distributed"
- name: Run Distributed tests - name: Run Distributed tests
run: | run: |
pytest -v -m distributed pytest -v tests/test_distributed_pm.py