We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d590d commit d64ef7cCopy full SHA for d64ef7c
.github/workflows/wheels.yml
@@ -189,7 +189,7 @@ jobs:
189
# installing wheel here because micromamba step was skipped
190
if: matrix.buildplat[1] == 'win_arm64'
191
shell: bash -el {0}
192
- run: python -m pip install wheel
+ run: python -m pip install wheel anaconda-client
193
194
- name: Validate wheel RECORD
195
0 commit comments