Skip to content

Commit

Permalink
check python
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Sep 7, 2023
1 parent 75ebcb8 commit ce2a494
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 @@ -79,7 +79,8 @@ jobs:
run: |
echo "=====> install rgi ..."
echo `pwd`
pip install biopython
which python
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 ce2a494

Please sign in to comment.