Skip to content

Commit

Permalink
fix install for sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyu1994 committed Aug 8, 2023
1 parent 51f93eb commit fee3887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ if test "${INSTALL}" = true; then
--force-reinstall \
--no-cache-dir \
--find-links=. \
lightgbm-${LGB_VER}-*.${SUFFIX}
lightgbm-${LGB_VER}*.${SUFFIX}
cd ../
fi

Expand Down

0 comments on commit fee3887

Please sign in to comment.