Skip to content

Commit

Permalink
pip install jaxpm test without build isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Dec 9, 2024
1 parent ae684c9 commit 7384343
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7384343

Please sign in to comment.