Skip to content

Commit

Permalink
pyenv: skip installed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryenus committed Jun 29, 2024
1 parent 537d38b commit 132b9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
- zsh --version
- dpkg -s dash | grep ^Version | awk '{print $2}'
# install python
- pyenv install 2.7.18
- [ -d "$(pyenv root)/versions/2.7.18" ] || pyenv install 2.7.18
- pyenv local 2.7.18 || echo 'pyenv failed'
- python -V
install:
Expand Down

0 comments on commit 132b9fb

Please sign in to comment.