Skip to content

Commit

Permalink
fix django-stubs version
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed May 30, 2023
1 parent fec1a2d commit e8bd6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
pip install -r requirements_test.txt
pip install flake8 isort black mypy django-stubs dj_database_url types-six types-requests types-mock
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
python setup.py develop
pip install -e .
- name: Running Flake8
Expand Down

0 comments on commit e8bd6ba

Please sign in to comment.