diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f02bcf..3190e87 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,5 +71,5 @@ jobs: - name: Run tests run: poetry run python -m pytest -p no:sugar -q tests/ -# - name: Run mypy -# run: poetry run mypy \ No newline at end of file + - name: Run mypy + run: poetry run mypy \ No newline at end of file