moving test dependencies separately

This commit is contained in:
Francois Lanusse 2024-12-21 11:04:26 -05:00
parent f14f0fe68e
commit 7540ad1d3f
4 changed files with 10 additions and 14 deletions

View file

@ -34,7 +34,8 @@ jobs:
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]
pip install -r requirements-test.txt
pip install .
- name: Run Single Device Tests
run: |