Another CI fix
This commit is contained in:
parent
42cec765c2
commit
0c1d0b172b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,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.8,<2.9 # fix issue for Django 2.2
|
pip install psycopg2-binary==2.8.6 # fix issue for Django 2.2
|
||||||
pip install mysqlclient
|
pip install mysqlclient
|
||||||
pip install coveralls
|
pip install coveralls
|
||||||
pip install codacy-coverage
|
pip install codacy-coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue