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
pip install \
${PIP_INSTALL_ARGS} \
--force-reinstall \
--no-cache-dir \
--find-links=. \
lightgbm
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