We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0aebf commit 1d7bbefCopy full SHA for 1d7bbef
.github/workflows/main.yml
@@ -98,7 +98,7 @@ jobs:
98
run: |
99
pip install -r requirements_test.txt
100
pip install flake8 isort black mypy django-stubs dj_database_url types-six types-requests
101
- pip install "django-stubs<1.13.0" # Remove this line once https://github.com/typeddjango/django-stubs/issues/1227 is fixed
+ pip install "django-stubs<1.12.0" # Remove this line once https://github.com/typeddjango/django-stubs/issues/1227 is fixed
102
python setup.py develop
103
pip install -e .
104
- name: Running Flake8
0 commit comments