Skip to content

Commit 3f3b0f2

Browse files
committed
Fix missing python dep
1 parent 3754e8e commit 3f3b0f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
with:
7878
crate: cargo-about
7979
version: "=0.6.6"
80+
- name: Install uv
81+
uses: astral-sh/setup-uv@v7
8082
- name: Build Cpp docs
8183
run: |
8284
CPPDOCS_EXTRA_FLAGS=""

0 commit comments

Comments
 (0)