"vscode:/vscode.git/clone" did not exist on "e0cda880fc74ca6d1b7d6cb425a24e3a69764bb1"
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