From 7d0570391ce90545e7c61766ba601d4dd0b59440 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Thu, 12 Dec 2024 03:10:10 +0000 Subject: [PATCH] Updating pip --- .ebextensions/pip.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ebextensions/pip.config b/.ebextensions/pip.config index 0e4ffec..3ee000b 100644 --- a/.ebextensions/pip.config +++ b/.ebextensions/pip.config @@ -1,3 +1,3 @@ commands: update_pip: - command: "/opt/python/run/venv/bin/pip install --upgrade pip && /opt/python/run/venv/bin/pip install --trusted-host pypi.org --trusted-host pypi.python.org lxml" \ No newline at end of file + command: "/opt/python/run/venv/bin/pip install --trusted-host pypi.org --trusted-host pypi.python.org --upgrade pip" \ No newline at end of file