Split pip and setuptools install to 2 calls
[releng/global-jjb.git] / releasenotes / notes / fix-pip-install-9986f896b122d952.yaml
diff --git a/releasenotes/notes/fix-pip-install-9986f896b122d952.yaml b/releasenotes/notes/fix-pip-install-9986f896b122d952.yaml
new file mode 100644 (file)
index 0000000..903240e
--- /dev/null
@@ -0,0 +1,5 @@
+---
+fixes:
+  - |
+    Fix `pip install pip setuptools` which seems to fail against the Nexus 3
+    proxy. Run them as separate calls to make things happier.