Skip to content

Commit 792d8e8

Browse files
committed
Do not run mypy in sanity workflow
1 parent 25d37bf commit 792d8e8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/sanity.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,12 @@ jobs:
2424
- name: Update pip
2525
run: python3 -m pip install --upgrade pip
2626

27-
- name: Install dependencies
28-
run: python3 -m pip install mypy
29-
3027
- name: Install in editable mode
3128
run: python3 -m pip install -e .
3229

3330
- name: Install in development mode
3431
run: python3 -m pip install .[dev]
3532

36-
- name: Run mypy
37-
run: python3 -m mypy src/**/*.py tests/*.py
38-
3933
- name: Run compileall
4034
run: python3 -m compileall src/**/*.py tests/*.py
4135

0 commit comments

Comments
 (0)