Skip to content

Commit

Permalink
adds requirement file
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Sep 7, 2023
1 parent bdff5c7 commit 1c3eb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo "=====> install rgi ..."
echo `pwd`
tree -L 1
pip3 install --target .
pip3 install -r requirements.txt --target .
- name: Check versions
run: |
echo "=====> check versions installed ..."
Expand Down

0 comments on commit 1c3eb7e

Please sign in to comment.