mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Enable caching for PIP when building contrib-pysite
This commit is contained in:
@ -144,7 +144,7 @@ def build_contrib_pysite_deps(target_dir):
|
|||||||
"-m",
|
"-m",
|
||||||
"pip",
|
"pip",
|
||||||
"install",
|
"install",
|
||||||
"--no-cache-dir",
|
# "--no-cache-dir",
|
||||||
"--no-compile",
|
"--no-compile",
|
||||||
"-t",
|
"-t",
|
||||||
target_dir,
|
target_dir,
|
||||||
|
Reference in New Issue
Block a user