Skip to content

Commit

Permalink
Merge pull request #55 from neutrons/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
backmari authored Nov 14, 2024
2 parents 9785bcf + b0d6509 commit 3295b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up MicroMamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
condarc: |
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up MicroMamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
condarc: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

# now run a couple integration test with RPM installed package
- name: Set up MicroMamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
condarc: |
Expand Down

0 comments on commit 3295b81

Please sign in to comment.