Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HaidYi committed Dec 21, 2021
1 parent 129ee02 commit be5ae97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -c anaconda conda-build
conda install wget
conda install -c bioconda -y diamond hmmer=3.1b2 prodigal fraggenescan
conda install -c anaconda -y conda-build
conda install -y wget
conda install -c bioconda -y diamond hmmer prodigal
pip install dbcan
- name: Test
run: |
Expand Down

0 comments on commit be5ae97

Please sign in to comment.