Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Dec 12, 2024
1 parent ef95826 commit 65830cd
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,4 +1,4 @@
commands:
update_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 ]"
test: "[ -x /opt/python/run/venv/bin/pip ]"

0 comments on commit 65830cd

Please sign in to comment.