Skip to content

Commit cc5219e

Browse files
authored
Change conda build channel to defaults and conda-forge
1 parent a2e93bd commit cc5219e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Build & install lpagg with conda
4545
run: |
46-
conda build conda.recipe -c conda-forge
46+
conda build conda.recipe -c defaults -c conda-forge
4747
conda install lpagg --use-local -c conda-forge
4848
4949
- name: Build MSI installer for 'simultaneity' GUI version (Windows only)

0 commit comments

Comments
 (0)