Sfoglia il codice sorgente

enable pip cache in appveyor build (#4546)

Thijs Triemstra 7 anni fa
parent
commit
03ed93f675
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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