File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 59
59
- name : Install latest arviz
60
60
run : |
61
61
conda activate pymc3-dev-py38
62
- conda remove arviz -y
62
+ pip uninstall arviz -y
63
63
pip install git+git://github.com/arviz-devs/arviz.git
64
64
- name : Run tests
65
65
run : |
Original file line number Diff line number Diff line change 50
50
channel-priority : strict
51
51
environment-file : conda-envs/environment-dev-py37.yml
52
52
use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
53
+ - name : Install-pymc3
54
+ run : |
55
+ conda activate pymc3-dev-py37
56
+ pip install -e .
57
+ python --version
53
58
- run : |
54
59
conda activate pymc3-dev-py37
55
60
python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
You can’t perform that action at this time.
0 commit comments