Skip to content

Commit 7bdc271

Browse files
committed
Delete pip that is larger than 50M
1 parent 182310f commit 7bdc271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ on_success:
136136
# Note: Cygwin is not available on Visual Studio 2019, can try Msys2.
137137
- "ECHO Remove old or huge cache"
138138
- C:\cygwin\bin\find "%LOCALAPPDATA%/pip" -type f -mtime +360 -delete
139-
- C:\cygwin\bin\find "%LOCALAPPDATA%/pip" -type f -size +100M -delete
139+
- C:\cygwin\bin\find "%LOCALAPPDATA%/pip" -type f -size +50M -delete
140140
- C:\cygwin\bin\find "%LOCALAPPDATA%/pip" -empty -delete
141141
# Show size of cache
142142
- C:\cygwin\bin\du -hs "%LOCALAPPDATA%/pip/Cache"

0 commit comments

Comments
 (0)