mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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"
|
"master"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"cache": "pip",
|
||||||
"git": {
|
"git": {
|
||||||
"submodules": false
|
"submodules": false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ cfg = {}
|
||||||
|
|
||||||
cfg['sudo'] = True
|
cfg['sudo'] = True
|
||||||
cfg['language'] = 'python'
|
cfg['language'] = 'python'
|
||||||
|
cfg['cache'] = 'pip'
|
||||||
|
|
||||||
cfg['git'] = {
|
cfg['git'] = {
|
||||||
'submodules': False
|
'submodules': False
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue