Skip to content

Commit 1d7bbef

Browse files
committed
fix django-stubs version
1 parent cb0aebf commit 1d7bbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
pip install -r requirements_test.txt
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
101+
pip install "django-stubs<1.12.0" # Remove this line once https://github.com/typeddjango/django-stubs/issues/1227 is fixed
102102
python setup.py develop
103103
pip install -e .
104104
- name: Running Flake8

0 commit comments

Comments
 (0)