mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-04-04 11:10:53 +00:00
pip install jaxpm test without build isolation
This commit is contained in:
parent
ae684c96d5
commit
7384343be9
1 changed files with 1 additions and 4 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -31,10 +31,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install jax==0.4.35
|
||||
pip install numpy 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 .[test]
|
||||
pip install .[test] --no-build-isolation
|
||||
|
||||
- name: Run Single Device Tests
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue