Skip to content

Commit 60da3e7

Browse files
Set channels and conda-remove-defaults in upload_windows step as well
1 parent 4d15d4c commit 60da3e7

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
@@ -459,6 +459,9 @@ jobs:
459459

460460
- uses: conda-incubator/setup-miniconda@v3
461461
with:
462+
miniforge-version: latest
463+
channels: conda-forge
464+
conda-remove-defaults: true
462465
auto-activate-base: true
463466
activate-environment: ""
464467

0 commit comments

Comments
 (0)