Skip to content

Commit

Permalink
Fix CI by pinning upper JAX version number temporarily
Browse files Browse the repository at this point in the history
Track pyro-ppl/numpyro#1156 to see when we can remove the pin again.
  • Loading branch information
michaelosthege authored and twiecki committed Sep 23, 2021
1 parent b9f225b commit 53e572c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jaxtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install jax specific dependencies
run: |
conda activate pymc3-dev-py39
pip install numpyro tensorflow_probability
pip install numpyro tensorflow_probability "jax<0.2.21"
- name: Run tests
run: |
python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET

0 comments on commit 53e572c

Please sign in to comment.