Skip to content

Commit 9fb70bb

Browse files
committed
enable pip cache in appveyor
1 parent df9d867 commit 9fb70bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ environment:
9090
PYTHON_VERSION: '3.14.x'
9191
PYTHON_ARCH: '64'
9292

93+
cache:
94+
- '%LocalAppData%\Pip\Cache -> setup.py'
95+
9396
init:
9497
- 'ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%'
9598

0 commit comments

Comments
 (0)