We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79d20d commit da7b5b2Copy full SHA for da7b5b2
.github/workflows/pythonpackage.yml
@@ -50,6 +50,9 @@ jobs:
50
flake8
51
52
- name: Check types with mypy
53
+ # With new versions of pypi new issues might arise. This is a problem if there is nobody able to fix them,
54
+ # so we have to ignore errors until that changes.
55
+ continue-on-error: true
56
run: |
57
set -x
58
mypy -p git
0 commit comments