From 8550be7a2fd151e050932c9fc1349b93ab1b9992 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Fri, 12 Oct 2018 10:21:38 +0100 Subject: [PATCH] appveyor: Cache pip's cache files. It should speed up the Python packages installation. Reviewed-by: Roland Scheidegger --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index a4e942c..ccb84fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,7 +33,9 @@ branches: # - https://www.appveyor.com/blog/2014/06/04/shallow-clone-for-git-repositories clone_depth: 100 +# https://www.appveyor.com/docs/build-cache/ cache: +- '%LOCALAPPDATA%\pip\Cache -> appveyor.yml' - win_flex_bison-2.5.15.zip - llvm-5.0.1-msvc2017-mtd.7z -- 2.7.4