diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index df28ec38..1cc6eeda 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -39,7 +39,7 @@ jobs: - name: Type check with Mypy run: | mypy --version - mypy --strict --config-file mypy.ini . + mypy - name: Run tests with Pytest run: | pytest --version