mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-14 09:51:11 +00:00
add mpi4py
This commit is contained in:
parent
0eb4c371e3
commit
12eddc4e6a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -29,7 +29,7 @@ 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 setuptools cython wheel
|
pip install numpy setuptools cython wheel mpi4py
|
||||||
pip install -r requirements-test.txt --no-build-isolation
|
pip install -r requirements-test.txt --no-build-isolation
|
||||||
pip install jax
|
pip install jax
|
||||||
pip install pytest>=8.0.0
|
pip install pytest>=8.0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue