Compare commits

..

1 Commits

Author SHA1 Message Date
Jahir Raihan Joy
dc70d20964
Merge 6375e4ed79dc584a8174e5816d68a1c31b6d9b27 into e597bb208efe942f30139df88b5ef74e78c15925 2024-06-10 19:20:15 -04: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: