Compare commits

..

1 Commits

Author SHA1 Message Date
Günter Grodotzki
ac5ef5eca2
Merge d8c36093c7a7b0a90cdae65fd95cec36dc92563b into e597bb208efe942f30139df88b5ef74e78c15925 2024-06-11 10:12:36 -05: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: