From 12eddc4e6a479f52fd917b2e6e7e998f26bfc858 Mon Sep 17 00:00:00 2001 From: Wassim Kabalan Date: Sun, 8 Jun 2025 11:48:11 +0200 Subject: [PATCH] add mpi4py --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b3a7933..22ac177 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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