File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,16 @@ jobs:
136
136
with :
137
137
miniforge-version : latest
138
138
auto-activate-base : true
139
- conda-build-version : " *"
140
139
activate-environment : build
141
140
python-version : ${{ matrix.python }}
142
141
channels : conda-forge,nodefaults
143
142
144
143
- name : Remove defaults channel
145
144
run : conda config --remove channels defaults
146
145
146
+ - name : Install conda-build
147
+ run : conda install -n base conda-build
148
+
147
149
- name : Cache conda packages
148
150
uses : actions/cache@v4
149
151
env :
Original file line number Diff line number Diff line change @@ -134,14 +134,18 @@ jobs:
134
134
- uses : conda-incubator/setup-miniconda@v3
135
135
with :
136
136
miniforge-version : latest
137
- conda-build-version : " *"
138
137
activate-environment : build
139
138
python-version : ${{ matrix.python }}
140
139
channels : conda-forge,nodefaults
141
140
142
141
- name : Remove defaults channel
143
142
run : conda config --remove channels defaults
144
143
144
+ - name : Install conda-build
145
+ run : |
146
+ conda activate
147
+ conda install -n based conda-build
148
+
145
149
- name : Cache conda packages
146
150
uses : actions/cache@v4
147
151
env :
You can’t perform that action at this time.
0 commit comments