Skip to content

Commit

Permalink
adds other version of python and re-install biopython
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Sep 7, 2023
1 parent 3148804 commit 75ebcb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 75ebcb8

Please sign in to comment.