Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
8de30d7b
Unverified
Commit
8de30d7b
authored
Jun 30, 2023
by
James Lamb
Committed by
GitHub
Jun 30, 2023
Browse files
[python-package] ignore pip cache dir in build-python.sh (#5945)
parent
b8cc8738
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
build-python.sh
build-python.sh
+1
-0
No files found.
build-python.sh
View file @
8de30d7b
...
@@ -357,6 +357,7 @@ if test "${INSTALL}" = true; then
...
@@ -357,6 +357,7 @@ if test "${INSTALL}" = true; then
pip
install
\
pip
install
\
${
PIP_INSTALL_ARGS
}
\
${
PIP_INSTALL_ARGS
}
\
--force-reinstall
\
--force-reinstall
\
--no-cache-dir
\
--find-links
=
.
\
--find-links
=
.
\
lightgbm
lightgbm
cd
../
cd
../
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment