Skip to content

Commit 3687141

Browse files
committed
Merge remote-tracking branch 'origin/main' into geometry-hash
* origin/main: Update conda-incubator/setup-miniconda action to v3
2 parents 769ae52 + 935b939 commit 3687141

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)