Browse Source

enable pip cache in appveyor build (#4546)

Thijs Triemstra 7 năm trước cách đây
mục cha
commit
03ed93f675
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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