Skip to content

Commit

Permalink
CI: install python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Mar 28, 2024
1 parent c833106 commit dac9f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
export TEST_DEBUG=1
export TRAVIS=1
export VALGRIND=0
ls -al
cd tests
./setup.sh
pip3 install --user pyln-testing=${{ matrix.pyln-testing-version }}
pip3 install --user pytest-xdist
pytest -n=5 test_vitality.py

0 comments on commit dac9f4d

Please sign in to comment.