From c25b09d2d3d11eb6ff7e8e116af8183c13789ff8 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Fri, 20 Dec 2024 11:41:43 -0800 Subject: [PATCH 1/2] Remove extra whitespace --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c721c6f8f..ea2abdade 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: From c9e2e059935fe87e5c45aaafa058b8e0532698ff Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Fri, 20 Dec 2024 11:41:55 -0800 Subject: [PATCH 2/2] CI: Add new pathogens to `pathogen-repo-ci` --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea2abdade..b1fd84e83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -114,7 +114,11 @@ jobs: - lassa - measles - mpox + - oropouche + - rabies - seasonal-cov + - wnv + - yellow-fever - zika name: pathogen-repo-ci (${{ matrix.pathogen }})