Skip to content

Commit

Permalink
Handling pip3.6 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Dec 12, 2024
1 parent ceeacd5 commit 6103a0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ebextensions/pip.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
commands:
update_pip:
command: "/opt/python/run/venv/bin/pip install --trusted-host pypi.org --trusted-host pypi.python.org --upgrade pip"
command: "/opt/python/run/venv/bin/pip install --trusted-host pypi.org --trusted-host pypi.python.org --upgrade pip"
test: "[ -x test: /opt/python/run/venv/bin/pip ]"

0 comments on commit 6103a0e

Please sign in to comment.