We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aed70bf + e660692 commit f7a1a0aCopy full SHA for f7a1a0a
2 files changed
.github/workflows/cibuildwheel.yml
@@ -120,7 +120,7 @@ jobs:
120
python-version: 3.x
121
122
- name: Setup Micromamba Python ${{ matrix.python-version }}
123
- uses: mamba-org/setup-micromamba@v2
+ uses: mamba-org/setup-micromamba@v3
124
with:
125
environment-name: build
126
init-shell: bash
.github/workflows/miniconda.yml
@@ -36,7 +36,7 @@ jobs:
36
submodules: true
37
38
- name: Setup Micromamba
39
40
41
environment-name: TEST
42
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments