Skip to content

Commit 3fb29f8

Browse files
committed
patch docs.yml
1 parent e1f44d9 commit 3fb29f8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
with:
2424
python-version: '3.13'
2525

26+
# Install uv
27+
- name: Install uv
28+
uses: astral-sh/setup-uv@v5
2629
# ADJUST THIS: install all dependencies (including pdoc)
27-
- run: pip install -e .
30+
- run: uv sync
2831
# ADJUST THIS: build your documentation into docs/.
2932
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
3033
- run: python docs/make.py

0 commit comments

Comments
 (0)