Skip to content

Commit

Permalink
change install command for rgi
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Sep 7, 2023
1 parent 408b0a6 commit bdff5c7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,8 @@ jobs:
run: |
echo "=====> install rgi ..."
echo `pwd`
which python
python -V
python3 -V
pip --version
pip3 --version
pip3 install biopython
pip3 install --debug -U -r requirements.txt --target .
pip3 install git+https://github.com/arpcard/rgi.git
tree -L 1
pip3 install --target .
- name: Check versions
run: |
echo "=====> check versions installed ..."
Expand Down

0 comments on commit bdff5c7

Please sign in to comment.