Skip to content

Commit 53e572c

Browse files
michaelosthegetwiecki
authored andcommitted
Fix CI by pinning upper JAX version number temporarily
Track pyro-ppl/numpyro#1156 to see when we can remove the pin again.
1 parent b9f225b commit 53e572c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jaxtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install jax specific dependencies
5959
run: |
6060
conda activate pymc3-dev-py39
61-
pip install numpyro tensorflow_probability
61+
pip install numpyro tensorflow_probability "jax<0.2.21"
6262
- name: Run tests
6363
run: |
6464
python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET

0 commit comments

Comments
 (0)