Skip to content

Commit 935b939

Browse files
authored
Merge pull request #160 from csiro-coasts/fix-conda-ci
Update conda-incubator/setup-miniconda action to v3
2 parents 19e1574 + 3a25333 commit 935b939

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)