Skip to content

Commit 98af4d1

Browse files
committed
Comment out the remove defaults command
1 parent f42734a commit 98af4d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ jobs:
164164
- name: Build conda package
165165
run: |
166166
conda config --set anaconda_upload no
167-
conda config --set conda-remove-defaults true
167+
# Not sure how to remove the 'defaults' channel ?
168+
# conda config --set conda-remove-defaults true
169+
# conda config --remove channels defaults
168170
conda build conda.recipe --output-folder conda-dist
169171
170172
# Upload the wheel and conda package as artifacts

0 commit comments

Comments
 (0)