"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "a494d7b7ae8a198332955279c0ec70968c16fc51"
Unverified Commit 8de30d7b authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[python-package] ignore pip cache dir in build-python.sh (#5945)

parent b8cc8738
...@@ -357,6 +357,7 @@ if test "${INSTALL}" = true; then ...@@ -357,6 +357,7 @@ if test "${INSTALL}" = true; then
pip install \ pip install \
${PIP_INSTALL_ARGS} \ ${PIP_INSTALL_ARGS} \
--force-reinstall \ --force-reinstall \
--no-cache-dir \
--find-links=. \ --find-links=. \
lightgbm lightgbm
cd ../ cd ../
......
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