Skip to content

Commit

Permalink
[python-package] ignore pip cache dir in build-python.sh (#5945)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jun 30, 2023
1 parent b8cc873 commit 8de30d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ if test "${INSTALL}" = true; then
pip install \
${PIP_INSTALL_ARGS} \
--force-reinstall \
--no-cache-dir \
--find-links=. \
lightgbm
cd ../
Expand Down

0 comments on commit 8de30d7

Please sign in to comment.