diff --git a/.ci/test.py b/.ci/test.py index 26a80e939..a8a80ba12 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([