Skip to content

Commit

Permalink
fix: Wrap pyenv local with pyenv latest local
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Jan 1, 2020
1 parent c20e2c3 commit 17ab23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -11,7 +11,7 @@ pushd . > /dev/null 2>&1 || return
cd "$INPUT_WORKING_DIRECTORY" || return

# Fix for virtualenvs defined in .python-version.
pyenv local "$INPUT_PYTHON_VERSION"
pyenv latest local "$INPUT_PYTHON_VERSION"

sh -c "poetry $*"

Expand Down

0 comments on commit 17ab23e

Please sign in to comment.