Merge branch 'master' into develop

This commit is contained in:
Griatch 2021-08-13 15:24:13 +02:00
commit 5795ba1e91
2 changed files with 2 additions and 2 deletions

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.6 # fix issue for Django 2.2
pip install mysqlclient
pip install coveralls
pip install codacy-coverage