Skip to content

Commit

Permalink
Bump mamba-org/setup-micromamba from 1.9.0 to 2.0.2 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 9583293 commit 96aab71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
platforms: all
- name: Set up micromamba
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
- name: Build wheels
if: github.event_name != 'release'
uses: pypa/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4
- name: Fetch full git history
run: git fetch --prune --unshallow
- uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
- uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
with:
init-shell: ${{ matrix.os == 'windows-latest' && 'cmd.exe' || 'bash' }}
micromamba-version: 1.5.10-0
Expand Down

0 comments on commit 96aab71

Please sign in to comment.