From 80ef684d255a7cfa79e72d474aa299f8f82d1892 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 22 Jan 2021 14:56:05 +0100 Subject: [PATCH] gci: Pin mypy to version 0.790 since 0.800 gives strange errors --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 518961252..9ac98d794 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -171,7 +171,8 @@ jobs: blinker \ pytest-sentry \ pytest-test-groups==1.0.3 \ - pytest-custom-exit-code==0.3.0 + pytest-custom-exit-code==0.3.0 \ + mypy==0.790 git clone https://github.com/lightningnetwork/lightning-rfc.git ../lightning-rfc