Fix CI issue for postgres with django 2.2.

This commit is contained in:
Griatch 2021-06-20 10:56:20 +02:00
parent b80fe31d04
commit 42cec765c2

View file

@ -64,7 +64,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install wheel
pip install psycopg2-binary
pip install psycopg2-binary>=2.8,<2.9 # fix issue for Django 2.2
pip install mysqlclient
pip install coveralls
pip install codacy-coverage