Skip to content

Commit

Permalink
Install additional packages via pip (#3)
Browse files Browse the repository at this point in the history
Bug: #2
Signed-off-by: Lucas Ramage <ramage.lucas@protonmail.com>
  • Loading branch information
oxr463 authored and mhausenblas committed Jan 24, 2020
1 parent 1e8d2ab commit 97f577c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ function print_info() {
echo -e "\e[36mINFO: ${1}\e[m"
}

pip install -r "${GITHUB_WORKSPACE}/requirements.txt"

if [ -n "${GITHUB_TOKEN}" ]; then
print_info "setup with GITHUB_TOKEN"
remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
Expand Down

0 comments on commit 97f577c

Please sign in to comment.