From 158478cb4a9235c3ba63c3ad5cd4ed559fd0b7b9 Mon Sep 17 00:00:00 2001 From: Wassim Kabalan Date: Mon, 9 Dec 2024 10:06:16 +0100 Subject: [PATCH] revert test workflow --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cee229c..6dd84e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,10 @@ jobs: python -m pip install --upgrade pip pip install jax==0.4.35 pip install numpy setuptools cython wheel - pip install .[test] --no-build-isolation + pip install git+https://github.com/MP-Gadget/pfft-python + pip install git+https://github.com/MP-Gadget/pmesh + pip install git+https://github.com/ASKabalan/fastpm-python --no-build-isolation + pip install .[test] - name: Run Single Device Tests run: |