Skip to content

Commit 0a15398

Browse files
authored
Merge pull request #1409 from Axelrod-Python/disable-mypy
Disable type checker temporarily
2 parents b6d6e62 + e5c93e6 commit 0a15398

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
- name: Run doctests
4343
run: |
4444
python doctests.py
45-
- name: Run static type checker
46-
run: |
47-
python -m pip install mypy types-setuptools
48-
python run_mypy.py
4945
- name: Check imports are sorted
5046
run: |
5147
python -m pip install "isort==4.3.21"

0 commit comments

Comments
 (0)