brew is missing postgresql
This commit is contained in:
parent
24c0737d37
commit
ed2473400b
|
@ -57,8 +57,8 @@ if ci_lib.have_apt():
|
||||||
# /usr/local/bin/python2.7 already exists!
|
# /usr/local/bin/python2.7 already exists!
|
||||||
if os.environ['PYTHONVERSION'].startswith('3') and ci_lib.have_brew():
|
if os.environ['PYTHONVERSION'].startswith('3') and ci_lib.have_brew():
|
||||||
batches.append([
|
batches.append([
|
||||||
'brew install python@{pv}'
|
'brew install python@{pv} postgresql'
|
||||||
.format(pv=os.environ['PYTHONVERSION'])
|
.format(pv=os.environ['PYTHONVERSION']),
|
||||||
])
|
])
|
||||||
|
|
||||||
# setup venv
|
# setup venv
|
||||||
|
|
Loading…
Reference in New Issue