Compare commits

..

1 Commits

Author SHA1 Message Date
Victor Mihalache
a6a86f267f
Merge ae75e71651698766bd84067b293346666dc007a6 into e597bb208efe942f30139df88b5ef74e78c15925 2024-06-20 14:41:47 +00:00

View File

@ -32,7 +32,7 @@ before_install:
- zsh --version - zsh --version
- dpkg -s dash | grep ^Version | awk '{print $2}' - dpkg -s dash | grep ^Version | awk '{print $2}'
# install python # install python
- pyenv local 2.7.18 || pyenv install 2.7.18 - pyenv install 2.7.18
- pyenv local 2.7.18 || echo 'pyenv failed' - pyenv local 2.7.18 || echo 'pyenv failed'
- python -V - python -V
install: install: