From 75ebcb80e44639c043e40c953046251638aae9ef Mon Sep 17 00:00:00 2001 From: amos Date: Thu, 7 Sep 2023 11:58:25 -0400 Subject: [PATCH] adds other version of python and re-install biopython --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1450595..3ff0c59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7"] + python-version: ["3.7","3.8","3.9","3.10","3.11"] steps: - uses: actions/checkout@v3 @@ -79,6 +79,7 @@ jobs: run: | echo "=====> install rgi ..." echo `pwd` + pip install biopython pip install --debug -U -r requirements.txt --target . pip install git+https://github.com/arpcard/rgi.git - name: Check versions