fix 'struct _is' error hopefully

This commit is contained in:
Steven Robertson 2020-09-23 20:38:04 -07:00
parent ed2473400b
commit 9bef6fe784
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ if os.environ['PYTHONVERSION'].startswith('3') and ci_lib.have_brew():
batches.append([
'brew install python@{pv} postgresql'
.format(pv=os.environ['PYTHONVERSION']),
# fixes https://stackoverflow.com/questions/59595649/can-not-install-psycopg2-on-macos-catalina
'pip3 install psycopg2-binary'
])
# setup venv