Skip to content

Commit

Permalink
eval the init
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Nov 19, 2019
1 parent 1f1ae3c commit 79c9572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
pythonVersion="$INPUT_PYTHON_VERSION"
poetryVersion="$INPUT_POETRY_VERSION"
pyenv init -
eval "$(pyenv init -)"
pyenv install $pythonVersion
pyenv global $pythonVersion
pip install -r /requirements.txt
Expand Down

0 comments on commit 79c9572

Please sign in to comment.