Skip to content

Commit 07f5847

Browse files
Repair pip install step in arviz workflow
The non-SSL cloning is no longer supported by GitHub.
1 parent 416d49f commit 07f5847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arviz_compat.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
conda activate pymc-test-py39
8484
pip uninstall arviz -y
85-
pip install git+git://github.com/arviz-devs/arviz.git
85+
pip install git+https://github.com/arviz-devs/arviz
8686
- name: Run tests
8787
run: |
8888
python -m pytest -vv --cov=pymc --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET

0 commit comments

Comments
 (0)