Skip to content

Commit

Permalink
minimize what's installed with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 11, 2024
1 parent 36d13fd commit 9920f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
conda config --system --set channel_priority strict
mamba create -y -n gffutils-env \
python=${{ matrix.python-version }} \
--file requirements.txt
bedtools
conda activate gffutils-env
python setup.py clean sdist
Expand All @@ -43,9 +43,9 @@ jobs:
run: |
source "${HOME}/conda/etc/profile.d/conda.sh"
source "${HOME}/conda/etc/profile.d/mamba.sh"
mamba install -y -n gffutils-env --file optional-requirements.txt pytest hypothesis
conda activate gffutils-env
pip install pytest hypothesis biopython
pytest -v --doctest-modules gffutils
conda deactivate
Expand Down

0 comments on commit 9920f01

Please sign in to comment.