Skip to content

Commit

Permalink
recover build-python.sh
Browse files Browse the repository at this point in the history
enlarge allowed package size to 100M
  • Loading branch information
shiyu1994 committed Oct 1, 2023
1 parent 811e729 commit 2cb1abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/check_python_dists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ $PY_MINOR_VER -gt 7 ]; then
pydistcheck \
--inspect \
--ignore 'compiled-objects-have-debug-symbols,distro-too-large-compressed' \
--max-allowed-size-uncompressed '70M' \
--max-allowed-size-uncompressed '100M' \
--max-allowed-files 800 \
${DIST_DIR}/* || exit -1
elif { test $(uname -m) = "aarch64"; }; then
Expand Down
2 changes: 1 addition & 1 deletion build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ if test "${INSTALL}" = true; then
--force-reinstall \
--no-cache-dir \
--find-links=. \
lightgbm-*.tar.gz
lightgbm
cd ../
fi

Expand Down

0 comments on commit 2cb1abb

Please sign in to comment.