Skip to content

Commit e59a962

Browse files
committed
local install in arviz compat
1 parent 685b0e3 commit e59a962

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/arviz_compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install latest arviz
6060
run: |
6161
conda activate pymc3-dev-py38
62-
conda remove arviz -y
62+
pip uninstall arviz -y
6363
pip install git+git://github.com/arviz-devs/arviz.git
6464
- name: Run tests
6565
run: |

.github/workflows/windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
channel-priority: strict
5151
environment-file: conda-envs/environment-dev-py37.yml
5252
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
5358
- run: |
5459
conda activate pymc3-dev-py37
5560
python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET

0 commit comments

Comments
 (0)