|
91 | 91 | miniforge-variant: Miniforge3
|
92 | 92 | miniforge-version: latest
|
93 | 93 | activate-environment: build
|
94 |
| - channels: conda-forge,nodefaults |
| 94 | + channels: conda-forge |
| 95 | + conda-remove-defaults: true |
95 | 96 | python-version: ${{ matrix.python }}
|
96 | 97 |
|
97 | 98 | - name: Install conda build
|
@@ -263,7 +264,8 @@ jobs:
|
263 | 264 | - uses: conda-incubator/setup-miniconda@v3
|
264 | 265 | with:
|
265 | 266 | miniforge-version: latest
|
266 |
| - channels: conda-forge,nodefaults |
| 267 | + channels: conda-forge |
| 268 | + conda-remove-defaults: true |
267 | 269 | activate-environment: ${{ env.TEST_ENV_NAME }}
|
268 | 270 | python-version: ${{ matrix.python }}
|
269 | 271 |
|
@@ -457,6 +459,9 @@ jobs:
|
457 | 459 |
|
458 | 460 | - uses: conda-incubator/setup-miniconda@v3
|
459 | 461 | with:
|
| 462 | + miniforge-version: latest |
| 463 | + channels: conda-forge |
| 464 | + conda-remove-defaults: true |
460 | 465 | auto-activate-base: true
|
461 | 466 | activate-environment: ""
|
462 | 467 |
|
@@ -800,7 +805,8 @@ jobs:
|
800 | 805 | with:
|
801 | 806 | run-post: false
|
802 | 807 | channel-priority: "disabled"
|
803 |
| - channels: conda-forge,nodefaults |
| 808 | + channels: conda-forge |
| 809 | + conda-remove-defaults: true |
804 | 810 | python-version: '3.11'
|
805 | 811 |
|
806 | 812 | - name: Install anaconda-client
|
|
0 commit comments