Skip to content

Commit 4d91c5f

Browse files
authored
Download arviz_compat and jax_sampling workflows with mamba (#5415)
* Update pytest.yml to install using mamba * Added miniforge variant and version * Added miniforge to windows job * Changed workflows to run with mamba
1 parent 4695fb9 commit 4d91c5f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/arviz_compat.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ jobs:
5858
hashFiles('requirements.txt') }}
5959
- uses: conda-incubator/setup-miniconda@v2
6060
with:
61+
miniforge-variant: Mambaforge
62+
miniforge-version: latest
63+
mamba-version: "*"
6164
activate-environment: pymc-dev-py39
6265
channel-priority: strict
6366
environment-file: conda-envs/environment-dev-py39.yml
67+
use-mamba: true
6468
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
6569
- name: Install pymc
6670
run: |

.github/workflows/jaxtests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,13 @@ jobs:
5454
hashFiles('requirements.txt') }}
5555
- uses: conda-incubator/setup-miniconda@v2
5656
with:
57+
miniforge-variant: Mambaforge
58+
miniforge-version: latest
59+
mamba-version: "*"
5760
activate-environment: pymc-dev-py39
5861
channel-priority: strict
5962
environment-file: conda-envs/environment-dev-py39.yml
63+
use-mamba: true
6064
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
6165
- name: Install pymc
6266
run: |

0 commit comments

Comments
 (0)