Skip to content

Commit

Permalink
Try marking mypy as continue-on-error
Browse files Browse the repository at this point in the history
Until mypy is passing there's no point showing scary red warning X
symbols for failed builds.
  • Loading branch information
David Robertson committed Oct 11, 2021
1 parent 04506be commit d05b733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Expand Up @@ -13,3 +13,4 @@ jobs:
python-version: '3.6'
- run: python -m pip install -e .[dev]
- run: mypy
continue-on-error: true

0 comments on commit d05b733

Please sign in to comment.