Travis fix

This commit is contained in:
Georg Richter
2024-09-30 06:26:11 +02:00
parent 34d3bde65a
commit af33282914

View File

@ -11,11 +11,12 @@ before_install:
export PYENV_ROOT=$HOME/.pyenv
export PATH=$PYENV_ROOT/pyenv-win/bin:$PYENV_ROOT/pyenv-win/shims:$PATH
pyenv update
else
*)
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
export PYENV_ROOT="$HOME/.pyenv"
eval "$(pyenv init -)"
export PATH="$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH"
esac
# install c dependency
- |-
if [ "$TRAVIS_OS_NAME" == "linux" ] ; then