Skip to content

Commit ea2da93

Browse files
authored
chore(ci): remove mypy from test action in favor of pre-commit settings (#1887)
1 parent 69ad5e7 commit ea2da93

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,3 @@ jobs:
4343
- name: Run Tests
4444
run: |
4545
hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run
46-
- name: Run mypy
47-
continue-on-error: true
48-
run: |
49-
hatch run test:run-mypy

0 commit comments

Comments
 (0)