Test removing psycopg2 install from CS build

This commit is contained in:
Griatch 2022-11-16 21:58:44 +01:00
parent dcc9777e8d
commit d0e287175b

View file

@ -104,7 +104,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install wheel
pip install psycopg2-binary==2.8.6 # fix issue for Django 2.2
pip install mysqlclient
pip install coveralls
pip install tblib