Skip to content

Commit d6e20af

Browse files
Set channels and conda-remove-defaults in upload_windows step as well
1 parent d1138ec commit d6e20af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ jobs:
407407

408408
- uses: conda-incubator/setup-miniconda@v3
409409
with:
410+
miniforge-version: latest
411+
channels: conda-forge
412+
conda-remove-defaults: true
410413
auto-activate-base: true
411414
activate-environment: ""
412415

0 commit comments

Comments
 (0)