From 23fe1a144998ca1dcde6628668df50353283d8ec Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 1 Apr 2018 03:39:34 +0300 Subject: [PATCH] CI(appveyor.yml): Clear `pip` cache with `remove-old-files.py` --- project_template/appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/project_template/appveyor.yml b/project_template/appveyor.yml index 5f9b60e..5a675a6 100644 --- a/project_template/appveyor.yml +++ b/project_template/appveyor.yml @@ -87,6 +87,7 @@ test_script: # %CMD_IN_ENV% python setup.py bdist_wheel && # ls dist # ) +# - remove-old-files.py -o 180 %LOCALAPPDATA%\\pip\\Cache # #artifacts: # # Archive the generated packages in the ci.appveyor.com build report -- 2.39.2