gci: Use the pyln-proto from the repository too

This commit is contained in:
Christian Decker
2021-09-24 13:20:05 +02:00
parent e6ae2fedee
commit dd7e2e2bff

View File

@@ -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([