mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-13 01:11: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: |
|
||||
sudo apt-get install -y libopenmpi-dev
|
||||
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 jax
|
||||
pip install pytest>=8.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue