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 bf9332c commit 7bacf80Copy full SHA for 7bacf80
.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