Skip to content

Commit

Permalink
Ignore mypi errors
Browse files Browse the repository at this point in the history
With each patch level it may bring up new issues that cause CI failure
for without being related to the actual change.
  • Loading branch information
Byron committed Jan 7, 2022
1 parent d79d20d commit da7b5b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
flake8
- name: Check types with mypy
# With new versions of pypi new issues might arise. This is a problem if there is nobody able to fix them,
# so we have to ignore errors until that changes.
continue-on-error: true
run: |
set -x
mypy -p git
Expand Down

0 comments on commit da7b5b2

Please sign in to comment.