fix install order for tests

This commit is contained in:
Wassim Kabalan 2024-12-08 23:39:21 +01:00
parent 47c69c604e
commit 8951f5c1dc

View file

@ -30,6 +30,9 @@ jobs:
sudo apt-get install -y libopenmpi-dev
python -m pip install --upgrade pip
pip install jax==0.4.35
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
pip install .[test]
- name: Run Single Device Tests