mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
gci: Pin mypy to version 0.790 since 0.800 gives strange errors
This commit is contained in:
committed by
Rusty Russell
parent
bb15d7f042
commit
80ef684d25
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user