Skip to content

Commit

Permalink
Merge pull request #241 from umr-lops/dependabot/github_actions/mamba…
Browse files Browse the repository at this point in the history
…-org/setup-micromamba-2

Bump mamba-org/setup-micromamba from 1 to 2
  • Loading branch information
agrouaze authored Nov 19, 2024
2 parents f99ba65 + b2bf3c2 commit 3412f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "CONDA_ENV_FILE=ci/requirements/environment.yaml" >> $GITHUB_ENV
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ${{ env.CONDA_ENV_FILE }}
environment-name: xsar-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
fetch-depth: 0 # fetch all branches and tags

- name: set up conda environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ci/requirements/environment.yaml
environment-name: tests
Expand Down

0 comments on commit 3412f47

Please sign in to comment.