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:
ShahanaFarooqui
2025-09-22 02:32:37 -07:00
committed by Rusty Russell
parent 343d30ae5b
commit 3af8a028ef

View File

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