diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c721c6f8f..b1fd84e83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -114,7 +114,11 @@ jobs: - lassa - measles - mpox + - oropouche + - rabies - seasonal-cov + - wnv + - yellow-fever - zika name: pathogen-repo-ci (${{ matrix.pathogen }})