File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 92
92
echo "Setting CIBW_SKIP=$CIBW_SKIP"
93
93
94
94
- name : " Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95
-
95
+
96
96
env :
97
97
CIBW_SKIP : ${{ env.CIBW_SKIP }}
98
98
CIBW_ARCHS : ${{ matrix.arch }}
@@ -135,7 +135,7 @@ jobs:
135
135
python-version : 3.x
136
136
137
137
- name : Setup Micromamba Python ${{ matrix.python-version }}
138
- uses : mamba-org/setup-micromamba@v1
138
+ uses : mamba-org/setup-micromamba@v2
139
139
with :
140
140
environment-name : build
141
141
init-shell : bash
Original file line number Diff line number Diff line change 29
29
submodules : true
30
30
31
31
- name : Setup Micromamba
32
- uses : mamba-org/setup-micromamba@v1
32
+ uses : mamba-org/setup-micromamba@v2
33
33
with :
34
34
environment-name : TEST
35
35
init-shell : bash
63
63
submodules : true
64
64
65
65
- name : Setup Micromamba
66
- uses : mamba-org/setup-micromamba@v1
66
+ uses : mamba-org/setup-micromamba@v2
67
67
with :
68
68
environment-name : TEST
69
69
init-shell : bash
You can’t perform that action at this time.
0 commit comments