Skip to content

Commit f9e4b94

Browse files
committed
fix mypy error
1 parent 1d16642 commit f9e4b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- name: Install
9999
run: |
100100
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
101102
python setup.py develop
102103
pip install -e .
103104
- name: Running Flake8

0 commit comments

Comments
 (0)