From 052426c801114e59a201da5cf264667c06ca4c52 Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Tue, 10 Dec 2024 14:06:37 +0000 Subject: [PATCH] add deps to the ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eccb1bf..041d9412 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: pip install "numpy>=2" fi pip install -vv . - pip install --no-binary=mpi4py mpi4py astropy pytest pytest-cov getdist + pip install --no-binary=mpi4py mpi4py astropy pytest pytest-cov getdist derivative numdifftools - name: Install PocoMC if: matrix.python-version != '3.7'