We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474365c commit 7f573a1Copy full SHA for 7f573a1
.github/workflows/conda-package.yml
@@ -145,6 +145,7 @@ jobs:
145
miniforge-version: latest
146
activate-environment: build
147
channels: conda-forge
148
+ conda-remove-defaults: true
149
python-version: ${{ matrix.python }}
150
151
- name: Cache conda packages
@@ -208,7 +209,8 @@ jobs:
208
209
miniforge-variant: Miniforge3
210
211
activate-environment: mkl_umath_test
- channels: conda-forge,nodefaults
212
+ channels: conda-forge
213
214
215
216
- name: Install conda-index
0 commit comments