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 5829e3e commit 2d9c95dCopy full SHA for 2d9c95d
.github/workflows/package-checks.yml
@@ -67,7 +67,7 @@ jobs:
67
fetch-depth: 0
68
69
- name: Set up Python
70
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
71
with:
72
environment-name: recipe-test
73
create-args: >-
.github/workflows/wheels.yml
@@ -165,7 +165,7 @@ jobs:
165
CIBW_PLATFORM: ${{ matrix.buildplat[1] == 'pyodide_wasm32' && 'pyodide' || 'auto' }}
166
167
168
169
170
environment-name: wheel-env
171
# Use a fixed Python, since we might have an unreleased Python not
0 commit comments