@@ -43,17 +43,14 @@ jobs:
4343 shell : bash -leo pipefail {0}
4444 steps :
4545 - uses : actions/checkout@v4
46- - uses : conda-incubator /setup-miniconda@v3
46+ - uses : mamba-org /setup-micromamba@v2
4747 with :
4848 environment-file : conda-envs/environment-test.yml
49- miniconda-version : " latest"
50- mamba-version : " *"
51- activate-environment : pymc-extras-test
52- channel-priority : strict
53- channels : conda-forge, nodefaults
54- conda-remove-defaults : true
55- python-version : ${{matrix.python-version}}
56- use-mamba : true
49+ create-args : >-
50+ python=${{matrix.python-version}}
51+ environment-name : pymc-extras-test
52+ init-shell : bash
53+ cache-environment : true
5754 - name : Install pymc-extras
5855 run : |
5956 pip install -e .
@@ -89,17 +86,15 @@ jobs:
8986 shell : cmd /C call {0}
9087 steps :
9188 - uses : actions/checkout@v4
92- - uses : conda-incubator /setup-miniconda@v3
89+ - uses : mamba-org /setup-micromamba@v2
9390 with :
9491 environment-file : conda-envs/environment-test.yml
95- miniconda-version : " latest"
96- mamba-version : " *"
97- activate-environment : pymc-extras-test
98- channel-priority : strict
99- channels : conda-forge, nodefaults
100- conda-remove-defaults : true
101- python-version : ${{matrix.python-version}}
102- use-mamba : true
92+ micromamba-version : " latest"
93+ create-args : >-
94+ python=${{matrix.python-version}}
95+ environment-name : pymc-extras-test
96+ init-shell : cmd
97+ cache-environment : true
10398 - name : Install pymc-extras
10499 run : |
105100 pip install -e .
0 commit comments