Skip to content

Commit

Permalink
馃挌 Fix CI for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 29, 2022
1 parent 08b8ac8 commit 26377a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/lint.sh
Expand Up @@ -7,3 +7,5 @@ mypy sqlmodel
flake8 sqlmodel tests docs_src
black sqlmodel tests docs_src --check
isort sqlmodel tests docs_src scripts --check-only
# TODO: move this to test.sh after deprecating Python 3.6
CHECK_JINJA=1 python scripts/generate_select.py
1 change: 0 additions & 1 deletion scripts/test.sh
Expand Up @@ -3,7 +3,6 @@
set -e
set -x

CHECK_JINJA=1 python scripts/generate_select.py
coverage run -m pytest tests
coverage combine
coverage report --show-missing
Expand Down

0 comments on commit 26377a2

Please sign in to comment.