Skip to content

Commit 7c5ce77

Browse files
committed
Patching docs.yml due to dateutil error
1 parent 8b4bff2 commit 7c5ce77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: astral-sh/setup-uv@v5
2929
# ADJUST THIS: install all dependencies (including pdoc)
3030
- run: |
31-
uv sync
31+
uv pip install core_requirements.in
3232
uv sync --group doc
3333
# ADJUST THIS: build your documentation into docs/.
3434
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.

0 commit comments

Comments
 (0)