We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adb346 commit b67a76fCopy full SHA for b67a76f
.github/workflows/tests.yml
@@ -331,7 +331,7 @@ jobs:
331
run: |
332
conda activate pymc-test-py39
333
pip install "numpyro>=0.8.0"
334
- pip install git+https://github.com/blackjax-devs/blackjax.git@main
+ pip install git+https://github.com/blackjax-devs/blackjax.git@0.7.0
335
- name: Run tests
336
337
python -m pytest -vv --cov=pymc --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
0 commit comments