Skip to content

Commit

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

0 comments on commit bd335fd

Please sign in to comment.