fix 'struct _is' error hopefully
This commit is contained in:
parent
ed2473400b
commit
9bef6fe784
|
@ -59,6 +59,8 @@ if os.environ['PYTHONVERSION'].startswith('3') and ci_lib.have_brew():
|
||||||
batches.append([
|
batches.append([
|
||||||
'brew install python@{pv} postgresql'
|
'brew install python@{pv} postgresql'
|
||||||
.format(pv=os.environ['PYTHONVERSION']),
|
.format(pv=os.environ['PYTHONVERSION']),
|
||||||
|
# fixes https://stackoverflow.com/questions/59595649/can-not-install-psycopg2-on-macos-catalina
|
||||||
|
'pip3 install psycopg2-binary'
|
||||||
])
|
])
|
||||||
|
|
||||||
# setup venv
|
# setup venv
|
||||||
|
|
Loading…
Reference in New Issue