Explorar o código

enable pip cache in appveyor build (#4546)

Thijs Triemstra %!s(int64=7) %!d(string=hai) anos
pai
achega
03ed93f675
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      appveyor.yml

+ 3 - 0
appveyor.yml

@@ -50,5 +50,8 @@ after_test:
 artifacts:
   - path: dist\*
 
+cache:
+  - '%LOCALAPPDATA%\pip\Cache'
+
 #on_success:
 #  - TODO: upload the content of dist/*.whl to a public wheelhouse