Skip to content

Commit 3986369

Browse files
committed
Remove unnecessary mypy check in CI
We don't need to invoke `mypy` manually in the CI run, as `mypy` is already run via pre-commit.ci. Remove it.
1 parent 133f37a commit 3986369

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,5 @@ jobs:
108108
}
109109
Write-Host "MUSE2_PATH is set to: $env:MUSE2_PATH"
110110
111-
- name: Run mypy
112-
run: mypy .
113-
114111
- name: Run tests
115112
run: pytest

0 commit comments

Comments
 (0)