Skip to content

Commit da7b5b2

Browse files
committed
Ignore mypi errors
With each patch level it may bring up new issues that cause CI failure for without being related to the actual change.
1 parent d79d20d commit da7b5b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/pythonpackage.yml

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
flake8
5151
5252
- 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
5356
run: |
5457
set -x
5558
mypy -p git

0 commit comments

Comments
 (0)