We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedc5da commit 91dd6f6Copy full SHA for 91dd6f6
.github/workflows/conda.yml
@@ -39,7 +39,7 @@ jobs:
39
run: conda install conda-build conda-verify
40
41
- name: Build
42
- run: conda build conda.recipe
+ run: conda build -c conda-forge conda.recipe
43
44
- name: Install
45
run: conda install -c ${CONDA_PREFIX}/conda-bld/ python_example
0 commit comments