Temporarily disable automatic type checks in CI

MyPy checks should be renabled once the types are fixed in
https://github.com/mvt-project/mvt/issues/545
This commit is contained in:
Donncha Ó Cearbhaill
2024-09-30 12:53:17 +02:00
parent f79938b082
commit 79dd5b8bad

View File

@@ -1,9 +1,5 @@
name: Mypy
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
on: workflow_dispatch
jobs:
mypy_py3: