Skip to content

Commit 4f06f5d

Browse files
authored
remove --install-types (#567)
1 parent 9a1a217 commit 4f06f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: mypy
5454
run: |
55-
python -m mypy --install-types --non-interactive
55+
python -m mypy
5656
5757
- name: Run tests
5858
run: pytest -v tests --cov --cov-report=xml --cov-config=pyproject.toml

0 commit comments

Comments
 (0)