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 2872c29 commit 1fc0bc8Copy full SHA for 1fc0bc8
.github/workflows/windows.yml
@@ -34,12 +34,12 @@ jobs:
34
hashFiles('conda-envs/environment-dev-py37.yml') }}
35
- uses: conda-incubator/setup-miniconda@v2
36
with:
37
- activate-environment: testenv
+ activate-environment: pymc3-dev-py37
38
channel-priority: strict
39
environment-file: conda-envs/environment-dev-py37.yml
40
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
41
- run: |
42
- conda activate testenv
+ conda activate pymc3-dev-py37
43
conda remove arviz -y
44
pip install git+git://github.com/arviz-devs/arviz.git
45
python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
0 commit comments