mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-15 10:21:11 +00:00
reorganize install in test workflow
This commit is contained in:
parent
f0b849cf5f
commit
3be619a2db
1 changed files with 4 additions and 5 deletions
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
|
@ -29,12 +29,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y libopenmpi-dev
|
sudo apt-get install -y libopenmpi-dev
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install numpy setuptools cython wheel
|
||||||
|
pip install -r requirements-test.txt --no-build-isolation
|
||||||
pip install jax
|
pip install jax
|
||||||
pip install setuptools cython wheel
|
pip install pytest>=8.0.0
|
||||||
pip install git+https://github.com/MP-Gadget/pfft-python
|
pip install diffrax
|
||||||
pip install git+https://github.com/MP-Gadget/pmesh
|
|
||||||
pip install git+https://github.com/ASKabalan/fastpm-python --no-build-isolation
|
|
||||||
pip install -r requirements-test.txt
|
|
||||||
pip install .
|
pip install .
|
||||||
|
|
||||||
- name: Run Single Device Tests
|
- name: Run Single Device Tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue