Enable caching for PIP when building contrib-pysite

This commit is contained in:
Ivan Kravets
2020-05-02 15:29:24 +03:00
parent fd04f31c5f
commit b82eaca45e

View File

@ -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,