Skip to content

Commit

Permalink
feat(entrypoint): Install python requirements for testing too as Risu…
Browse files Browse the repository at this point in the history
… GHA is usually part of testing
  • Loading branch information
iranzo committed Jun 13, 2022
1 parent 2cf05b6 commit a06adaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mkdir -p /github/workspace/ /github/home/.cache/pip
chmod -R u+rwX,go+rwX,go+rwX /github/workspace/ /github/home/.cache/pip

[ -f requirements.txt ] && pip install -r requirements.txt
[ -f test-requirements.txt ] && pip install -r test-requirements.txt

MYBUILD=${RUNFILE:="build.sh"}

Expand Down

0 comments on commit a06adaa

Please sign in to comment.