File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,8 @@ jobs:
184
184
name : ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
185
185
path : ./wheelhouse/*.whl
186
186
187
- - uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
187
+ - name install micromamba
188
+ uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
188
189
if : ${{ matrix.buildplat[1] != 'win_arm64' }} # unsupported platform at the moment
189
190
with :
190
191
# for installation of anaconda-client, required for upload to
@@ -198,14 +199,14 @@ jobs:
198
199
create-args : >-
199
200
anaconda-client
200
201
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
209
210
210
211
211
212
- name : Upload wheels
You can’t perform that action at this time.
0 commit comments