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 f42734a commit 98af4d1Copy full SHA for 98af4d1
.github/workflows/continuous-integration.yml
@@ -164,7 +164,9 @@ jobs:
164
- name: Build conda package
165
run: |
166
conda config --set anaconda_upload no
167
- conda config --set conda-remove-defaults true
+ # Not sure how to remove the 'defaults' channel ?
168
+ # conda config --set conda-remove-defaults true
169
+ # conda config --remove channels defaults
170
conda build conda.recipe --output-folder conda-dist
171
172
# Upload the wheel and conda package as artifacts
0 commit comments