Upgrade postgresql-binary version for CS builds
This commit is contained in:
parent
d0e287175b
commit
4e31c37f77
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install wheel
|
pip install wheel
|
||||||
|
pip install psycopg2-binary==2.9.5 # req by postgresql
|
||||||
pip install mysqlclient
|
pip install mysqlclient
|
||||||
pip install coveralls
|
pip install coveralls
|
||||||
pip install tblib
|
pip install tblib
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue