mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-15 10:21: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: |
|
||||
sudo apt-get install -y libopenmpi-dev
|
||||
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 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 .
|
||||
|
||||
|
@ -42,4 +42,4 @@ jobs:
|
|||
pytest -v -m "not distributed"
|
||||
- name: Run Distributed tests
|
||||
run: |
|
||||
pytest -v -m distributed
|
||||
pytest -v tests/test_distributed_pm.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue