Skip to content

Commit

Permalink
Move mypy type installing to CI setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck authored Aug 5, 2023
1 parent b41d0cf commit 02bef81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
mypy --install-types
- name: Type-check with mypy
run: >-
mypy --install-types
mypy configzen/ --strict
- name: Check with black
run: >-
Expand Down

0 comments on commit 02bef81

Please sign in to comment.