Skip to content

Commit b2db248

Browse files
CI/BLD: fix upload of arm64 windows wheels
1 parent 1bd75cc commit b2db248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
# installing wheel here because micromamba step was skipped
190190
if: matrix.buildplat[1] == 'win_arm64'
191191
shell: bash -el {0}
192-
run: python -m pip install wheel
192+
run: python -m pip install wheel anaconda-client
193193

194194
- name: Validate wheel RECORD
195195
shell: bash -el {0}

0 commit comments

Comments
 (0)