Skip to content

Commit

Permalink
try using setup to install
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Sep 7, 2023
1 parent 239a5a8 commit 4f55f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
echo "=====> install rgi ..."
echo `pwd`
tree -L 1
pip3 install -r requirements.txt
pip3 install .
python setup.py build
sudo python setup.py install
- name: Check versions
run: |
echo "=====> check versions installed ..."
Expand Down

0 comments on commit 4f55f62

Please sign in to comment.