mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-04-04 11:10:53 +00:00
fix install order for tests
This commit is contained in:
parent
47c69c604e
commit
8951f5c1dc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue