Skip to content

Commit

Permalink
Specify dirname in mypy --install-types
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck authored Aug 5, 2023
1 parent 02bef81 commit 9448255
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,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
mypy --install-types
mypy --install-types configzen
- name: Type-check with mypy
run: >-
mypy configzen/ --strict
Expand Down

0 comments on commit 9448255

Please sign in to comment.