Skip to content

Commit 8152fa7

Browse files
committed
ci: install types as required
1 parent 796be62 commit 8152fa7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ jobs:
4747
pip install --upgrade setuptools setuptools_scm wheel build tox mypy
4848
- name: Check types
4949
run: |
50+
mypy --install-types
5051
mypy .

0 commit comments

Comments
 (0)