Skip to content

Commit 3a25333

Browse files
committed
Update conda-incubator/setup-miniconda action to v3
v2 started breaking because mamba was no longer being installed. Instead of debugging I'm upgrading to the latest release which includes the libmamba solver, making plain conda as fast as mamba.
1 parent 19e1574 commit 3a25333

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/environment/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ runs:
5252
hashFiles('continuous-integration/environment.yaml') }}
5353

5454
- name: Install base Conda environment
55-
uses: conda-incubator/setup-miniconda@v2
55+
uses: conda-incubator/setup-miniconda@v3
5656
with:
57-
mamba-version: "*"
5857
environment-file: continuous-integration/environment.yaml
5958
python-version: ${{ inputs.python-version }}
6059
channels: conda-forge

0 commit comments

Comments
 (0)