diff options
-rw-r--r-- | .github/workflows/pythonpackage.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index dd1e9a07..881f2ec5 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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 |