Skip to content

Commit 3af8a02

Browse files
ShahanaFarooquirustyrussell
authored andcommitted
workflow: Add uv installation step
RPC documentation is not syncing on readme server with error `uv: command not found`. Changelog-None.
1 parent 343d30a commit 3af8a02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/readme-rpc-sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
run: |
3030
python -m pip install requests mako grpcio-tools
3131
32+
- name: Install uv
33+
uses: astral-sh/setup-uv@v5
34+
3235
- name: Install dependencies
3336
run: bash -x .github/scripts/setup.sh
3437

0 commit comments

Comments
 (0)