Thanks to visit codestin.com Credit goes to github.com
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 efdd52f commit 6c8f0f7Copy full SHA for 6c8f0f7
.github/workflows/wheels.yml
@@ -186,7 +186,7 @@ jobs:
186
name: ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
187
path: ./wheelhouse/*.whl
188
189
- - name install micromamba
+ - name: install micromamba
190
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
191
if: ${{ matrix.buildplat[1] != 'win_arm64' }} # unsupported platform at the moment
192
with:
0 commit comments