Skip to content

Commit ae0d429

Browse files
committed
Cache conda/pip on appveyor
1 parent ba2162f commit ae0d429

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

{{cookiecutter.github_project_name}}/appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ environment:
1717
# build cache to preserve files/folders between builds
1818
cache:
1919
- '%AppData%/npm-cache'
20+
- '%PYTHON%/pkgs'
21+
- '%LOCALAPPDATA%\pip\Cache'
2022

2123
# scripts that run after cloning repository
2224
install:

0 commit comments

Comments
 (0)