diff --git a/platformio/managers/core.py b/platformio/managers/core.py index a1bfef08..cd511e1a 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -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,