gci: Try to fix the pyln-grpc installation in CI

This commit is contained in:
Christian Decker 2024-02-21 16:36:04 +01:00
parent 7ba53dc828
commit b4d10a2e82

View file

@ -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