Skip to content

Commit

Permalink
fix action name
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Jun 13, 2023
1 parent 12b9bbd commit 98d919a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Install Conda environment with Micromamba"
uses: mamba-org/setup-micromamba
uses: mamba-org/setup-micromamba@v1
with:
cache-env: true
environment-file: binder/environment.yml
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Install Conda environment with Micromamba"
uses: mamba-org/setup-micromamba
uses: mamba-org/setup-micromamba@v1
with:
cache-env: true
environment-file: ${{ matrix.environment-file }}
Expand Down

0 comments on commit 98d919a

Please sign in to comment.