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 7ea218e commit e8b45c5Copy full SHA for e8b45c5
.github/workflows/conda-package.yml
@@ -152,7 +152,7 @@ jobs:
152
miniforge-version: latest
153
activate-environment: build
154
channels: conda-forge
155
- conda-remove-defaults: true
+ conda-remove-defaults: "true"
156
python-version: ${{ matrix.python }}
157
158
- name: Cache conda packages
@@ -217,7 +217,7 @@ jobs:
217
218
activate-environment: mkl_umath_test
219
220
221
222
223
- name: Install conda-index
0 commit comments