We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e93bd commit cc5219eCopy full SHA for cc5219e
1 file changed
.github/workflows/python_jobs.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Build & install lpagg with conda
45
run: |
46
- conda build conda.recipe -c conda-forge
+ conda build conda.recipe -c defaults -c conda-forge
47
conda install lpagg --use-local -c conda-forge
48
49
- name: Build MSI installer for 'simultaneity' GUI version (Windows only)
0 commit comments