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 97c7e14 commit 7d05703
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: "/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"
command: "/opt/python/run/venv/bin/pip install --trusted-host pypi.org --trusted-host pypi.python.org --upgrade pip"

0 comments on commit 7d05703

Please sign in to comment.