From b82eaca45ef409d81828901a1dec871653411ecf Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 2 May 2020 15:29:24 +0300 Subject: [PATCH] Enable caching for PIP when building contrib-pysite --- platformio/managers/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,