Skip to content

Commit

Permalink
Upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 28, 2021
1 parent 512432f commit 60b14cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def serve_forever(server):
# Keep pip version pinning in sync with the one in unit-test.yml!
# See changelog at https://pip.pypa.io/en/latest/news/#changelog
logger.info('Upgrading pip...')
run_subprocess([pip_bin, 'install', '--upgrade', 'pip==21.3.*'])
run_subprocess([pip_bin, 'install', '--upgrade', 'pip==21.3.*', 'setuptools'])


# Install/upgrade TLJH installer
Expand Down

0 comments on commit 60b14cc

Please sign in to comment.