Skip to content

Commit b67a76f

Browse files
Pin blackjax version for testing to fix failing CI
Related to blackjax-devs/blackjax#212
1 parent 2adb346 commit b67a76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
run: |
332332
conda activate pymc-test-py39
333333
pip install "numpyro>=0.8.0"
334-
pip install git+https://github.com/blackjax-devs/blackjax.git@main
334+
pip install git+https://github.com/blackjax-devs/blackjax.git@0.7.0
335335
- name: Run tests
336336
run: |
337337
python -m pytest -vv --cov=pymc --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET

0 commit comments

Comments
 (0)