Skip to content

Commit 7f573a1

Browse files
committed
Remove default channel when building conda package in CI
1 parent 474365c commit 7f573a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
miniforge-version: latest
146146
activate-environment: build
147147
channels: conda-forge
148+
conda-remove-defaults: true
148149
python-version: ${{ matrix.python }}
149150

150151
- name: Cache conda packages
@@ -208,7 +209,8 @@ jobs:
208209
miniforge-variant: Miniforge3
209210
miniforge-version: latest
210211
activate-environment: mkl_umath_test
211-
channels: conda-forge,nodefaults
212+
channels: conda-forge
213+
conda-remove-defaults: true
212214
python-version: ${{ matrix.python }}
213215

214216
- name: Install conda-index

0 commit comments

Comments
 (0)