From e0ba85fb580c71f2a1bece4a8ebb8910de8b12e3 Mon Sep 17 00:00:00 2001 From: Wassim Kabalan Date: Sun, 8 Jun 2025 12:03:44 +0200 Subject: [PATCH] update tests.yml --- .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 22ac177..7167834 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 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