mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-04-11 21:50:55 +00:00
JAX version is 0.4.35 until Diffrax new release
This commit is contained in:
parent
d8c68ace7a
commit
b264da5b17
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 jax=0.4.35
|
pip install jax==0.4.35
|
||||||
pip install .[test]
|
pip install .[test]
|
||||||
|
|
||||||
- name: Run Single Device Tests
|
- name: Run Single Device Tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue