Skip to content

Commit 0114415

Browse files
authored
Add conda-forge to bioconda install
1 parent 649295a commit 0114415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bioconda-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo $CONDA/bin >> $GITHUB_PATH
2323
- name: Install dependencies
2424
run: |
25-
conda install -c bioconda biophi
25+
conda install -c conda-forge -c bioconda biophi
2626
- name: Run tests
2727
run: |
2828
biophi sapiens -h

0 commit comments

Comments
 (0)