Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KennthShang authored Nov 21, 2024
1 parent c614e61 commit d66244d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Install dependencies
run: |
conda config --set solver classic
conda install phabox=2.1.6 python=3.10 -c conda-forge -c bioconda -y
conda install 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 d66244d

Please sign in to comment.