We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649295a commit 0114415Copy full SHA for 0114415
1 file changed
.github/workflows/bioconda-install.yml
@@ -22,7 +22,7 @@ jobs:
22
echo $CONDA/bin >> $GITHUB_PATH
23
- name: Install dependencies
24
run: |
25
- conda install -c bioconda biophi
+ conda install -c conda-forge -c bioconda biophi
26
- name: Run tests
27
28
biophi sapiens -h
0 commit comments