File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7575 fetch-depth : 0
7676 - uses : conda-incubator/setup-miniconda@v3
7777 with :
78+ conda-remove-defaults : true
7879 auto-activate-base : true
7980 activate-environment : " "
8081
@@ -188,6 +189,7 @@ jobs:
188189 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
189190 - uses : conda-incubator/setup-miniconda@v3
190191 with :
192+ conda-remove-defaults : true
191193 auto-activate-base : true
192194 activate-environment : " "
193195 - name : Install conda-build
Original file line number Diff line number Diff line change 7575 fetch-depth : 0
7676 - uses : conda-incubator/setup-miniconda@v3
7777 with :
78+ conda-remove-defaults : true
7879 auto-activate-base : true
7980 activate-environment : " "
8081
@@ -188,6 +189,7 @@ jobs:
188189 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
189190 - uses : conda-incubator/setup-miniconda@v3
190191 with :
192+ conda-remove-defaults : true
191193 auto-activate-base : true
192194 activate-environment : " "
193195 - name : Install conda-build
You can’t perform that action at this time.
0 commit comments