Skip to content
Snippets Groups Projects
Commit d9f725a5 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #54 fix gitlab ci to install python 3.6.8 with pyenv

fixme: python version should be pre installed in docker image
parent 7a846b43
No related branches found
No related tags found
No related merge requests found
Pipeline #5678 failed
......@@ -35,6 +35,8 @@ push_to_github:
- export PYENV_ROOT="$HOME/.pyenv"
- export PATH="$PYENV_ROOT/bin:$PATH"
- eval "$(pyenv init -)"
# fixme: pre-install python version in docker image to gain speed
- pyenv install $PYENV_PYTHON_VERSION
- pyenv shell $PYENV_PYTHON_VERSION
.changes: &changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment