mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-14 09:51: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: |
|
||||
sudo apt-get install -y libopenmpi-dev
|
||||
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 setuptools cython wheel
|
||||
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 -r requirements-test.txt
|
||||
pip install pytest>=8.0.0
|
||||
pip install diffrax
|
||||
pip install .
|
||||
|
||||
- name: Run Single Device Tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue