Skip to content

Commit

Permalink
[python-package] ensure 'build-python.sh' always reinstalls (fixes #5906
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jameslamb committed Jun 4, 2023
1 parent ad487fe commit b3f8654
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 @@ -333,6 +333,7 @@ if test "${INSTALL}" = true; then
cd ../dist
pip install \
${PIP_INSTALL_ARGS} \
--force-reinstall \
--find-links=. \
lightgbm
cd ../
Expand Down

0 comments on commit b3f8654

Please sign in to comment.