Commit 1a2b5a62 authored by jxltom's avatar jxltom

Remove pypi mirror in pip install since it is supported by pipenv

parent 7d838341
...@@ -39,7 +39,7 @@ if [ ! "$SKIP_PIP_INSTALL" ]; then ...@@ -39,7 +39,7 @@ if [ ! "$SKIP_PIP_INSTALL" ]; then
fi fi
/app/.heroku/python/bin/pip install --trusted-host mirrors.aliyun.com -i http://mirrors.aliyun.com/pypi/simple/ -r "$BUILD_DIR/requirements.txt" --exists-action=w --src=/app/.heroku/src --disable-pip-version-check --no-cache-dir 2>&1 | tee "$WARNINGS_LOG" | cleanup | indent /app/.heroku/python/bin/pip install -r "$BUILD_DIR/requirements.txt" --exists-action=w --src=/app/.heroku/src --disable-pip-version-check --no-cache-dir 2>&1 | tee "$WARNINGS_LOG" | cleanup | indent
PIP_STATUS="${PIPESTATUS[0]}" PIP_STATUS="${PIPESTATUS[0]}"
set -e set -e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment