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 9191 miniforge-variant : Miniforge3
9292 miniforge-version : latest
9393 activate-environment : build
94- channels : conda-forge
94+ channels : conda-forge,nodefaults
9595 python-version : ${{ matrix.python }}
9696
9797 - name : Install conda build
@@ -267,9 +267,6 @@ jobs:
267267 activate-environment : ${{ env.TEST_ENV_NAME }}
268268 python-version : ${{ matrix.python }}
269269
270- - name : Remove defaults channel
271- run : conda config --remove channels defaults
272-
273270 - name : Install conda-index
274271 run : |
275272 conda install -n base conda-index
@@ -803,7 +800,7 @@ jobs:
803800 with :
804801 run-post : false
805802 channel-priority : " disabled"
806- channels : conda-forge
803+ channels : conda-forge,nodefaults
807804 python-version : ' 3.11'
808805
809806 - name : Install anaconda-client
You can’t perform that action at this time.
0 commit comments