mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-27 09:15:50 +00:00
Enable pip cache
This commit is contained in:
parent
9d2d35f21a
commit
e69360aa50
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"master"
|
||||
]
|
||||
},
|
||||
"cache": "pip",
|
||||
"git": {
|
||||
"submodules": false
|
||||
},
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ cfg = {}
|
|||
|
||||
cfg['sudo'] = True
|
||||
cfg['language'] = 'python'
|
||||
cfg['cache'] = 'pip'
|
||||
|
||||
cfg['git'] = {
|
||||
'submodules': False
|
||||
|
|
|
|||
Loading…
Reference in a new issue