Skip to content

Commit e8b45c5

Browse files
committed
Fix conda-remove-defaults
1 parent 7ea218e commit e8b45c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
miniforge-version: latest
153153
activate-environment: build
154154
channels: conda-forge
155-
conda-remove-defaults: true
155+
conda-remove-defaults: "true"
156156
python-version: ${{ matrix.python }}
157157

158158
- name: Cache conda packages
@@ -217,7 +217,7 @@ jobs:
217217
miniforge-version: latest
218218
activate-environment: mkl_umath_test
219219
channels: conda-forge
220-
conda-remove-defaults: true
220+
conda-remove-defaults: "true"
221221
python-version: ${{ matrix.python }}
222222

223223
- name: Install conda-index

0 commit comments

Comments
 (0)