Skip to content

Commit

Permalink
CI: add grpcio python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Mar 29, 2024
1 parent 735fbbe commit db7c57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
pip3 install --user "pyln-proto<=${{ inputs.pyln-version }}" "pyln-client<=${{ inputs.pyln-version }}" "pyln-testing<=${{ inputs.pyln-version }}"
pip3 install --user pytest-xdist
pip3 install --user grpcio grpcio-tools
- name: Set up Rust
if: ${{ inputs.tagged-release == false}}
Expand Down

0 comments on commit db7c57a

Please sign in to comment.