8000 pyenv update · twisted/qt5reactor@88828bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 88828bf

Browse files
committed
pyenv update
1 parent 37e9cd1 commit 88828bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/pyenvinstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def main():
1212
versions = [v.strip().split('.') for v in versions if 'dev' not in v]
1313
versions = [v for v in versions if '.'.join(v).startswith(target)]
1414
version = '.'.join(max(versions))
15+
subprocess.check_output(['pyenv', 'update'])
1516
subprocess.check_output(['pyenv', 'install', '--skip-existing', version])
1617
subprocess.check_output(['pyenv', 'global', version])
1718

0 commit comments

Comments
 (0)
0