Skip to content

Commit

Permalink
add pybedtools to optional installs
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 11, 2024
1 parent 9920f01 commit 5ea3881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
source "${HOME}/conda/etc/profile.d/mamba.sh"
conda activate gffutils-env
pip install pytest hypothesis biopython
pip install pytest hypothesis biopython pybedtools
pytest -v --doctest-modules gffutils
conda deactivate
Expand Down

0 comments on commit 5ea3881

Please sign in to comment.