Skip to content

Commit

Permalink
Merge pull request #1409 from Axelrod-Python/disable-mypy
Browse files Browse the repository at this point in the history
Disable type checker temporarily
  • Loading branch information
meatballs authored Jan 4, 2023
2 parents b6d6e62 + e5c93e6 commit 0a15398
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
- name: Run doctests
run: |
python doctests.py
- name: Run static type checker
run: |
python -m pip install mypy types-setuptools
python run_mypy.py
- name: Check imports are sorted
run: |
python -m pip install "isort==4.3.21"
Expand Down

0 comments on commit 0a15398

Please sign in to comment.