Skip to content

Commit b3a266d

Browse files
Upd workflow
1 parent f3836b9 commit b3a266d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: mypy
6464
run: |
6565
pip install mypy==0.782
66-
mypy -p labelbox --pretty --show-error-codes
66+
mypy -p labelbox --pretty --show-error-codes --install-types
6767
- name: Install package and test dependencies
6868
run: |
6969
pip install tox==3.18.1

0 commit comments

Comments
 (0)