Skip to content

Commit

Permalink
Merge pull request #160 from csiro-coasts/fix-conda-ci
Browse files Browse the repository at this point in the history
Update conda-incubator/setup-miniconda action to v3
  • Loading branch information
mx-moth authored Sep 30, 2024
2 parents 19e1574 + 3a25333 commit 935b939
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ runs:
hashFiles('continuous-integration/environment.yaml') }}

- name: Install base Conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
environment-file: continuous-integration/environment.yaml
python-version: ${{ inputs.python-version }}
channels: conda-forge
Expand Down

0 comments on commit 935b939

Please sign in to comment.