Skip to content

Commit

Permalink
Merge pull request #53 from bopen/dependabot/github_actions/mamba-org…
Browse files Browse the repository at this point in the history
…/provision-with-micromamba-16

Bump mamba-org/provision-with-micromamba from 15 to 16
  • Loading branch information
alexamici committed Jun 29, 2023
2 parents 4e01901 + 05e821a commit 41b9504
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@v15
uses: mamba-org/provision-with-micromamba@v16
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@v15
uses: mamba-org/provision-with-micromamba@v16
with:
environment-file: environment.yml
environment-name: DEVELOP
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@v15
uses: mamba-org/provision-with-micromamba@v16
with:
environment-file: environment${{ matrix.extra }}.yml
environment-name: DEVELOP${{ matrix.extra }}
Expand Down

0 comments on commit 41b9504

Please sign in to comment.