ci: install pyln client and testing via cln repo

This commit is contained in:
Michael Schmoock
2022-12-27 18:12:34 +01:00
committed by Christian Decker
parent 9b7cfb45de
commit 245e6a83da
2 changed files with 6 additions and 4 deletions

View File

@@ -75,6 +75,7 @@ jobs:
poetry update
poetry export --without-hashes -f requirements.txt --output requirements.txt
pip install --user -U -r requirements.txt
pip install --user contrib/pyln-client contrib/pyln-testing
./configure --disable-valgrind
make -j 16
@@ -93,5 +94,6 @@ jobs:
export SLOW_MACHINE=1
export TEST_DEBUG=1
export TRAVIS=1
pip3 install -U virtualenv pip > /dev/null
export CLN_PATH=${{ github.workspace }}/lightning
pip3 install --user -U virtualenv pip > /dev/null
python3 .ci/test.py