Skip to content

Commit

Permalink
gci: Try to fix the pyln-grpc installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed May 16, 2024
1 parent 7ba53dc commit b4d10a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,8 @@ jobs:
run: |
bash -x .github/scripts/setup.sh
set -e
pip3 install --user pip wheel poetry
poetry export -o requirements.txt --with dev --without-hashes
python3 -m pip install -r requirements.txt
poetry install
pip3 install --user wheel poetry
poetry install --with dev --no-root
- name: Install bitcoind
run: .github/scripts/install-bitcoind.sh
Expand Down

0 comments on commit b4d10a2

Please sign in to comment.