File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 91
91
miniforge-variant : Miniforge3
92
92
miniforge-version : latest
93
93
activate-environment : build
94
- channels : conda-forge
94
+ channels : conda-forge,nodefaults
95
95
python-version : ${{ matrix.python }}
96
96
97
97
- name : Install conda build
@@ -267,9 +267,6 @@ jobs:
267
267
activate-environment : ${{ env.TEST_ENV_NAME }}
268
268
python-version : ${{ matrix.python }}
269
269
270
- - name : Remove defaults channel
271
- run : conda config --remove channels defaults
272
-
273
270
- name : Install conda-index
274
271
run : |
275
272
conda install -n base conda-index
@@ -803,7 +800,7 @@ jobs:
803
800
with :
804
801
run-post : false
805
802
channel-priority : " disabled"
806
- channels : conda-forge
803
+ channels : conda-forge,nodefaults
807
804
python-version : ' 3.11'
808
805
809
806
- name : Install anaconda-client
You can’t perform that action at this time.
0 commit comments