workflow: Add uv installation step
RPC documentation is not syncing on readme server with error `uv: command not found`. Changelog-None.
This commit is contained in:
committed by
Rusty Russell
parent
343d30ae5b
commit
3af8a028ef
3
.github/workflows/readme-rpc-sync.yml
vendored
3
.github/workflows/readme-rpc-sync.yml
vendored
@@ -29,6 +29,9 @@ jobs:
|
||||
run: |
|
||||
python -m pip install requests mako grpcio-tools
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
|
||||
- name: Install dependencies
|
||||
run: bash -x .github/scripts/setup.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user