mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Unpin pip to support 20.04
This commit is contained in:
@@ -335,7 +335,7 @@ def main():
|
||||
|
||||
# Upgrade pip
|
||||
logger.info('Upgrading pip...')
|
||||
run_subprocess([pip_bin, 'install', '--upgrade', 'pip==20.0.*'])
|
||||
run_subprocess([pip_bin, 'install', '--upgrade', 'pip'])
|
||||
|
||||
|
||||
# Install/upgrade TLJH installer
|
||||
|
||||
Reference in New Issue
Block a user