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 Dec 6, 2024
1 parent 0fc8573 commit 3848ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Install dependencies
run: |
conda create -n phabox2 phabox=2.1.7 -c conda-forge -c bioconda -y
source /opt/mambaforge/bin/activate phabox2
- name: Test PhaBOX utilities
run: |
source /opt/mambaforge/bin/activate phabox2
git clone https://github.com/KennthShang/PhaBOX.git
cd PhaBOX
python -m pip install .
Expand Down

0 comments on commit 3848ba3

Please sign in to comment.