Skip to content

Commit

Permalink
update CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna authored and github-actions[bot] committed Apr 16, 2023
1 parent 38bec22 commit 2723da4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/travis/before_install.sh
Expand Up @@ -54,7 +54,10 @@ eval "$(pyenv init --path)"
eval "$(pyenv init -)"

#install Python version
pyenv install $PYTHON_VERSION
FILE=ls ~/.pyenv/versions/$PYTHON_VERSION
if [ ! -d "$FILE" ]; then
pyenv install $PYTHON_VERSION
fi

# list installed and available Python/PHP versions
pyenv versions
Expand Down

0 comments on commit 2723da4

Please sign in to comment.