We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0f8d6 commit 0d9d143Copy full SHA for 0d9d143
.github/workflows/build_docs.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: astral-sh/setup-uv@v6
29
30
- name: Install the project
31
- run: uv sync --extras docs
+ run: uv sync --extra docs
32
33
- name: Build docs
34
run: uv run jupyter book build .
0 commit comments