Skip to content

Commit

Permalink
Disable type checker temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper authored Jan 4, 2023
1 parent b6d6e62 commit e5c93e6
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 e5c93e6

Please sign in to comment.