diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9bcf872..d6fa1d1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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 \