Skip to content

Commit 0a72b93

Browse files
Use nodefaults channel for build_windows and cleanup-packages jobs
1 parent 6260393 commit 0a72b93

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ jobs:
8686
fetch-depth: 0
8787
- uses: conda-incubator/setup-miniconda@v3
8888
with:
89-
auto-activate-base: true
90-
conda-build-version: "*"
91-
activate-environment: true
89+
miniforge-variant: Miniforge3
90+
miniforge-version: latest
91+
activate-environment: build
92+
channels: conda-forge,nodefaults
9293
python-version: ${{ matrix.python }}
9394

9495
- name: Cache conda packages
@@ -735,7 +736,7 @@ jobs:
735736
with:
736737
run-post: false
737738
channel-priority: "disabled"
738-
channels: conda-forge
739+
channels: conda-forge,nodefaults
739740
python-version: '3.11'
740741

741742
- name: Install anaconda-client

0 commit comments

Comments
 (0)