Skip to content

Commit 91dd6f6

Browse files
authored
Update conda.yml
1 parent dedc5da commit 91dd6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: conda install conda-build conda-verify
4040

4141
- name: Build
42-
run: conda build conda.recipe
42+
run: conda build -c conda-forge conda.recipe
4343

4444
- name: Install
4545
run: conda install -c ${CONDA_PREFIX}/conda-bld/ python_example

0 commit comments

Comments
 (0)