mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +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",
|
||||
"pip",
|
||||
"install",
|
||||
"--no-cache-dir",
|
||||
# "--no-cache-dir",
|
||||
"--no-compile",
|
||||
"-t",
|
||||
target_dir,
|
||||
|
Reference in New Issue
Block a user