From 574945cbf3385968ef46bbee5362e1aa8439e7f5 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Sun, 25 Jun 2023 22:59:30 -0500 Subject: [PATCH] [python-package] ignore pip cache dir in build-python.sh --- build-python.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-python.sh b/build-python.sh index a60c3b5e831a..e535eeb06abc 100755 --- a/build-python.sh +++ b/build-python.sh @@ -357,6 +357,7 @@ if test "${INSTALL}" = true; then pip install \ ${PIP_INSTALL_ARGS} \ --force-reinstall \ + --no-cache-dir \ --find-links=. \ lightgbm cd ../