mirror of
https://github.com/borgbase/vorta
synced 2025-02-02 04:41:42 +00:00
Skip existing pyenv version.
This commit is contained in:
parent
7df4990a45
commit
e8d0e1e607
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ install:
|
|||
elif [ $TRAVIS_OS_NAME = "osx" ]; then
|
||||
brew upgrade pyenv
|
||||
fi
|
||||
pyenv install $PYTHON
|
||||
pyenv install -s $PYTHON
|
||||
eval "$(pyenv init -)"
|
||||
pyenv shell $PYTHON
|
||||
|
||||
|
|
Loading…
Reference in a new issue