mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-15 18:31:11 +00:00
update wf
This commit is contained in:
parent
c6a7dd4e4e
commit
a7fcba0e1f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -29,10 +29,10 @@ 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==2.2.6 setuptools cython wheel mpi4py
|
|
||||||
pip install -r requirements-test.txt --no-build-isolation
|
|
||||||
pip install jax
|
pip install jax
|
||||||
pip install pytest>=8.0.0
|
pip install setuptools cython wheel mpi4py
|
||||||
|
pip install -r requirements-test.txt --no-build-isolation
|
||||||
|
pip install pytest
|
||||||
pip install diffrax
|
pip install diffrax
|
||||||
pip install .
|
pip install .
|
||||||
|
|
||||||
|
@ -42,4 +42,4 @@ jobs:
|
||||||
pytest -v -m "not distributed"
|
pytest -v -m "not distributed"
|
||||||
- name: Run Distributed tests
|
- name: Run Distributed tests
|
||||||
run: |
|
run: |
|
||||||
pytest -v -m distributed
|
pytest -v tests/test_distributed_pm.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue