diff options
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index f6b40660..6ff592af 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,9 @@ version: '{branch}-{build}' shallow_clone: true +cache: + - '%LOCALAPPDATA%\pip\Cache' + environment: CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd" |