Browse Source

ref: we only need a specific version of pip to do installs (#61050)

we aren't building anything at install time any more

<!-- Describe your PR here. -->
anthony sottile 1 year ago
parent
commit
87c2b12829
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/lib.sh

+ 1 - 1
scripts/lib.sh

@@ -95,7 +95,7 @@ pip-install() {
 }
 
 upgrade-pip() {
-    pip-install pip setuptools wheel
+    pip-install pip
 }
 
 install-py-dev() {