Skip to content

Commit

Permalink
doc: Updating python grpcio-tool dependency
Browse files Browse the repository at this point in the history
Issue: rpc documentation on the readme server is not being updated.

It is an extension of PR #7326 to fix runtime error from github actions.

Changelog-None.
  • Loading branch information
ShahanaFarooqui authored and endothermicdev committed May 22, 2024
1 parent 7fa2e9b commit 037d269
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/readme-rpc-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'doc/*.5.md'
- 'doc/*.8.md'
- 'doc/lightningd-*.7.md'
- 'doc/reckless.7.md'
workflow_dispatch:

jobs:
Expand All @@ -19,14 +20,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: 3.8

- name: Install python modules
run: |
python -m pip install requests mako
python -m pip install requests mako grpcio-tools
- name: Install dependencies
run: bash -x .github/scripts/setup.sh
Expand All @@ -38,5 +39,5 @@ jobs:
- name: Set environment variable and run
env:
README_API_KEY: ${{ secrets.README_API_KEY }}
README_API_KEY: ${{ secrets.README_API_KEY }}
run: python .github/scripts/sync-rpc-cmds.py

0 comments on commit 037d269

Please sign in to comment.