We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182310f commit 7bdc271Copy full SHA for 7bdc271
appveyor.yml
@@ -136,7 +136,7 @@ on_success:
136
# Note: Cygwin is not available on Visual Studio 2019, can try Msys2.
137
- "ECHO Remove old or huge cache"
138
- C:\cygwin\bin\find "%LOCALAPPDATA%/pip" -type f -mtime +360 -delete
139
- - C:\cygwin\bin\find "%LOCALAPPDATA%/pip" -type f -size +100M -delete
+ - C:\cygwin\bin\find "%LOCALAPPDATA%/pip" -type f -size +50M -delete
140
- C:\cygwin\bin\find "%LOCALAPPDATA%/pip" -empty -delete
141
# Show size of cache
142
- C:\cygwin\bin\du -hs "%LOCALAPPDATA%/pip/Cache"
0 commit comments