Skip to content

Commit

Permalink
Merge pull request #1704 from nextstrain/add-pathogens-to-ci
Browse files Browse the repository at this point in the history
CI: Add new pathogens to `pathogen-repo-ci`
  • Loading branch information
joverlee521 authored Dec 20, 2024
2 parents 09cec86 + c9e2e05 commit 293ceee
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
biopython-version:
# list of Biopython versions with support for a new Python version
# from https://github.com/biopython/biopython/blob/master/NEWS.rst
biopython-version:
# list of Biopython versions with support for a new Python version
# from https://github.com/biopython/biopython/blob/master/NEWS.rst
- '1.80' # first to support Python 3.10 and 3.11
- '1.82' # first to support Python 3.12
- '' # latest
exclude:
# some older Biopython versions are incompatible with later Python versions
- '' # latest
exclude:
# some older Biopython versions are incompatible with later Python versions
- { biopython-version: '1.80', python-version: '3.12' }
defaults:
run:
Expand Down Expand Up @@ -114,7 +114,11 @@ jobs:
- lassa
- measles
- mpox
- oropouche
- rabies
- seasonal-cov
- wnv
- yellow-fever
- zika

name: pathogen-repo-ci (${{ matrix.pathogen }})
Expand Down

0 comments on commit 293ceee

Please sign in to comment.