mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
gci: Use the pyln-proto from the repository too
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user