10000 Merge pull request #29133 from numpy/dependabot/github_actions/mamba-… · numpy/numpy@031f442 · GitHub
[go: up one dir, main page]

Skip to content

Commit 031f442

Browse files
authored
Merge pull request #29133 from numpy/dependabot/github_actions/mamba-org/setup-micromamba-2.0.5
MAINT: Bump mamba-org/setup-micromamba from 2.0.4 to 2.0.5
2 parents c6eed9a + 7fbc71c commit 031f442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
path: ./wheelhouse/*.whl
188188

189189
- name: install micromamba
190-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
190+
uses: mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b
191191
if: ${{ matrix.buildplat[1] != 'win_arm64' }} # unsupported platform at the moment
192192
with:
193193
# for installation of anaconda-client, required for upload to

.github/workflows/windows_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
path: ./*.whl
175175

176176
- name: Setup Mamba
177-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
177+
uses: mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b
178178
with:
179179
# for installation of anaconda-client, required for upload to
180180
# anaconda.org

0 commit comments

Comments
 (0)
0