Skip to content

Commit

Permalink
gci: Use the pyln-proto from the repository too
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 25, 2021
1 parent e6ae2fe commit dd7e2e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit dd7e2e2

Please sign in to comment.