From dd7e2e2bff31f6b2e8c4d4c4c58bffcb4a2eda0c Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 24 Sep 2021 13:20:05 +0200 Subject: [PATCH] gci: Use the pyln-proto from the repository too --- .ci/test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/test.py b/.ci/test.py index 26a80e9..a8a80ba 100644 --- a/.ci/test.py +++ b/.ci/test.py @@ -154,6 +154,10 @@ def install_pyln_testing(pip_path): pip_path, 'install', '-U', f'{dest}/contrib/pyln-client' ]) + subprocess.check_call([ + pip_path, 'install', '-U', f'{dest}/contrib/pyln-proto' + ]) + def run_all(args): root_path = subprocess.check_output([