Skip to content

Commit

Permalink
Merge pull request #126 from bopen/dependabot/github_actions/mamba-or…
Browse files Browse the repository at this point in the history
…g/provision-with-micromamba-14

Bump mamba-org/provision-with-micromamba from 13 to 14
  • Loading branch information
alexamici authored Nov 1, 2022
2 parents 131063f + 335a92a commit 3772aea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@v13
uses: mamba-org/provision-with-micromamba@v14
with:
environment-file: environment.yml
environment-name: DEVELOP
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@v13
uses: mamba-org/provision-with-micromamba@v14
with:
environment-file: environment.yml
environment-name: DEVELOP
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@v13
uses: mamba-org/provision-with-micromamba@v14
with:
environment-file: environment${{ matrix.extra }}.yml
environment-name: DEVELOP${{ matrix.extra }}
Expand Down

0 comments on commit 3772aea

Please sign in to comment.