Compare commits

..

1 Commits

Author SHA1 Message Date
Atsushi Yamamoto
57c2086c34
Merge 27dea683a557793259c3119a63d50eaa5c621453 into e597bb208efe942f30139df88b5ef74e78c15925 2024-06-11 10:12:36 -05:00

View File

@ -32,7 +32,7 @@ before_install:
- zsh --version
- dpkg -s dash | grep ^Version | awk '{print $2}'
# 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'
- python -V
install: