We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ad224 commit 042dc0aCopy full SHA for 042dc0a
1 file changed
.github/workflows/test-cells-conda.yml
@@ -68,10 +68,9 @@ jobs:
68
69
- name: Install conda-build tools
70
run: |
71
- conda config --prepend channels defaults
72
- conda config --set channel_priority strict
+ conda config --set channel_priority flexible
73
conda config --get channels
74
- conda install boa conda-build conda-verify
+ conda install --yes -vv boa conda-build conda-verify
75
76
- name: Set config paths
77
0 commit comments