Pārlūkot izejas kodu

enable pip cache in appveyor build (#4546)

Thijs Triemstra 7 gadi atpakaļ
vecāks
revīzija
03ed93f675
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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