Skip to content

Commit 042dc0a

Browse files
committed
#71 Try flexible channel priorities for conda-build on 3.12
1 parent 67ad224 commit 042dc0a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-cells-conda.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868

6969
- name: Install conda-build tools
7070
run: |
71-
conda config --prepend channels defaults
72-
conda config --set channel_priority strict
71+
conda config --set channel_priority flexible
7372
conda config --get channels
74-
conda install boa conda-build conda-verify
73+
conda install --yes -vv boa conda-build conda-verify
7574
7675
- name: Set config paths
7776
run: |

0 commit comments

Comments
 (0)