Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix install order for tests
Browse files Browse the repository at this point in the history
ASKabalan committed Dec 8, 2024
1 parent 47c69c6 commit 8951f5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8951f5c

Please sign in to comment.