Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/KennthShang/PhaBOX
Browse files Browse the repository at this point in the history
  • Loading branch information
KennthShang committed Nov 25, 2024
2 parents c6eb07e + d66244d commit 83b00b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
- name: Install dependencies
run: |
conda config --set solver classic
conda install phabox=2.1.5 python=3.10 -c conda-forge -c bioconda -y
conda install diamond=0.9 flake8
conda install phabox python=3.10 -c conda-forge -c bioconda -y
conda install diamond=0.9 flake8 -c conda-forge -c bioconda
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 83b00b4

Please sign in to comment.