Skip to content

Commit

Permalink
Merge pull request #101 from axiom-data-science/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/mamba-org/setup-micromamba-2

Bump mamba-org/setup-micromamba from 1 to 2
  • Loading branch information
kthyng authored Nov 4, 2024
2 parents ff19d95 + 4ba67b3 commit b9aaedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Setup Linux/macOS Micromamba Python ${{ matrix.python-version }}
if: ${{ runner.os != 'Windows' }}
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
init-shell: bash
create-args: >-
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Setup Windows Micromamba Python ${{ matrix.python-version }}
if: ${{ runner.os == 'Windows' }}
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
init-shell: bash
create-args: >-
Expand Down

0 comments on commit b9aaedd

Please sign in to comment.