Skip to content

Commit 2b6e126

Browse files
committed
fix conda-forge Windows CI
1 parent 55554f6 commit 2b6e126

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/conda-package-cf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
9393
with:
9494
conda-remove-defaults: true
95+
channels: conda-forge
9596
auto-activate: true
9697
activate-environment: base
9798

@@ -218,6 +219,7 @@ jobs:
218219
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
219220
with:
220221
conda-remove-defaults: true
222+
channels: conda-forge
221223
auto-activate: true
222224
activate-environment: base
223225
- name: Install conda-build

0 commit comments

Comments
 (0)