diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 92c8f3f..a8227ee 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -30,5 +30,5 @@ jobs: - name: Pytest run: poetry run pytest - - name: MyPy - run: mypy -m mkdocs_deploy + #- name: MyPy + # run: mypy -m mkdocs_deploy