Skip to content

Commit

Permalink
chore(ci): remove mypy from test action in favor of pre-commit settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman committed May 17, 2024
1 parent ceee364 commit ccf2e30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ jobs:
- name: Run Tests
run: |
hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run
- name: Run mypy
continue-on-error: true
run: |
hatch run test:run-mypy

0 comments on commit ccf2e30

Please sign in to comment.