Skip to content

Commit b277e71

Browse files
committed
type [wheel build]
1 parent ac0f94c commit b277e71

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/wheels.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ jobs:
184184
name: ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
185185
path: ./wheelhouse/*.whl
186186

187-
- uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
187+
- name install micromamba
188+
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
188189
if: ${{ matrix.buildplat[1] != 'win_arm64' }} # unsupported platform at the moment
189190
with:
190191
# for installation of anaconda-client, required for upload to
@@ -198,14 +199,14 @@ jobs:
198199
create-args: >-
199200
anaconda-client
200201
201-
- name: win-arm64 install anaconda client
202-
if: ${{ matrix.buildplat[1] == 'win_arm64' }}
203-
run: |
204-
# Rust installation needed for rpds-py.
205-
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
206-
.\rustup-init.exe -y
207-
$env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"
208-
pip install anaconda-client
202+
- name: win-arm64 install anaconda client
203+
if: ${{ matrix.buildplat[1] == 'win_arm64' }}
204+
run: |
205+
# Rust installation needed for rpds-py.
206+
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
207+
.\rustup-init.exe -y
208+
$env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"
209+
pip install anaconda-client
209210
210211
211212
- name: Upload wheels

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy