This commit is contained in:
Wassim Kabalan 2025-06-12 15:20:20 +02:00
parent 187cf5c4ba
commit d874790543
2 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,8 @@ jobs:
pip install pytest pip install pytest
pip install diffrax pip install diffrax
pip install . pip install .
echo "numpy version installed:"
python -c "import numpy; print(numpy.__version__)"
- name: Run Single Device Tests - name: Run Single Device Tests
run: | run: |

View file

@ -1,4 +1,4 @@
pfft-python @ git+https://github.com/MP-Gadget/pfft-python pfft-python @ git+https://github.com/MP-Gadget/pfft-python
pmesh @ git+https://github.com/MP-Gadget/pmesh pmesh @ git+https://github.com/MP-Gadget/pmesh
fastpm @ git+https://github.com/ASKabalan/fastpm-python fastpm @ git+https://github.com/ASKabalan/fastpm-python
numpy numpy