Skip to content

Commit

Permalink
remove mypy in testing action - not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jul 10, 2024
1 parent 6f3ea24 commit c96d684
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
- name: environment info
run: "micromamba info && micromamba list"

- name: run mypy # may not even need to do this since we have configured pre-commit
run: |
mypy
- name: run tests
run: |
pytest \
Expand Down

0 comments on commit c96d684

Please sign in to comment.