add dependencies for corelightning and lndgrpc (#1003)
* add dependencies for corelightning and lndgrpc
* added wrong cln library, 🤦
This commit is contained in:
parent
f6d12c9d24
commit
8e06d779e7
4 changed files with 335 additions and 89 deletions
2
.github/workflows/regtest.yml
vendored
2
.github/workflows/regtest.yml
vendored
|
|
@ -65,7 +65,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
poetry install
|
||||
poetry add grpcio protobuf
|
||||
- name: Run tests
|
||||
env:
|
||||
PYTHONUNBUFFERED: 1
|
||||
|
|
@ -106,7 +105,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
poetry install
|
||||
poetry add pyln-client
|
||||
- name: Run tests
|
||||
env:
|
||||
PYTHONUNBUFFERED: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue