Skip to content

Commit 839a1df

Browse files
committed
fix docs workflow
1 parent a72d750 commit 839a1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache-dependency-glob: "pyproject.toml"
2727

2828
- name: Install dependencies with uv
29-
run: uv sync --all-extras --doc
29+
run: uv sync --doc
3030

3131
- name: strip output except plots and prints from tutorial notebooks
3232
run: |

0 commit comments

Comments
 (0)