From 5ea38811f5e176abf0cfe75507fa36918dc85c23 Mon Sep 17 00:00:00 2001 From: Ryan Dale Date: Wed, 10 Apr 2024 22:05:37 -0400 Subject: [PATCH] add pybedtools to optional installs --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec24eff..d3716aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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