Skip to content

Commit

Permalink
test on earliest supported biopython version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Dec 29, 2021
1 parent 02faa4a commit 3edd8f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
channels: conda-forge,bioconda
channel-priority: true
activate-environment: test
- run: mamba install mafft raxml fasttree iqtree vcftools pip numpy
- run: pip install biopython==1.67
- run: mamba install mafft raxml fasttree iqtree vcftools pip
- if: matrix.python-version == 3.7
run: mamba install biopython==1.73 # earliest version supporting Python 3.7 https://github.com/biopython/biopython/blob/master/NEWS.rst#18-december-2018-biopython-173
- run: pip install -e .[dev]
- run: conda info
- run: conda list
Expand Down

0 comments on commit 3edd8f8

Please sign in to comment.