Skip to content

Commit

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

0 comments on commit 408b0a6

Please sign in to comment.