diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 3d49f96..0c75fee 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -40,7 +40,7 @@ jobs: - name: Mypy check run: | pip install mypy - mypy lighttree + mypy --install-types --non-interactive lighttree - name: Test with pytest run: | pytest