Skip to content

Commit 1fc0bc8

Browse files
committed
activate correct env
1 parent 2872c29 commit 1fc0bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
hashFiles('conda-envs/environment-dev-py37.yml') }}
3535
- uses: conda-incubator/setup-miniconda@v2
3636
with:
37-
activate-environment: testenv
37+
activate-environment: pymc3-dev-py37
3838
channel-priority: strict
3939
environment-file: conda-envs/environment-dev-py37.yml
4040
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
4141
- run: |
42-
conda activate testenv
42+
conda activate pymc3-dev-py37
4343
conda remove arviz -y
4444
pip install git+git://github.com/arviz-devs/arviz.git
4545
python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET

0 commit comments

Comments
 (0)