Skip to content

Commit

Permalink
disable mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
eisber committed May 28, 2024
1 parent 2299e9c commit 395ef30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 395ef30

Please sign in to comment.