Skip to content

Commit

Permalink
updating pip
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Dec 12, 2024
1 parent fac6c19 commit 97c7e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/pip.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
commands:
update_pip:
command: "pip install --upgrade pip && pip install --trusted-host pypi.org --trusted-host pypi.python.org lxml"
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"

0 comments on commit 97c7e14

Please sign in to comment.