diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 89b9fef4..56c2b2eb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,11 +60,11 @@ jobs: # flake8 sempy_labs tests --count --show-source --statistics # continue-on-error: false - - name: Lint with mypy - shell: bash -el {0} - run: | - mypy sempy_labs tests - continue-on-error: false + # - name: Lint with mypy + # shell: bash -el {0} + # run: | + # mypy sempy_labs tests + # continue-on-error: false - name: Test with pytest shell: bash -el {0}