We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416d49f commit 07f5847Copy full SHA for 07f5847
.github/workflows/arviz_compat.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
conda activate pymc-test-py39
84
pip uninstall arviz -y
85
- pip install git+git://github.com/arviz-devs/arviz.git
+ pip install git+https://github.com/arviz-devs/arviz
86
- name: Run tests
87
88
python -m pytest -vv --cov=pymc --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
0 commit comments