We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72d750 commit 839a1dfCopy full SHA for 839a1df
.github/workflows/build_docs.yml
@@ -26,7 +26,7 @@ jobs:
26
cache-dependency-glob: "pyproject.toml"
27
28
- name: Install dependencies with uv
29
- run: uv sync --all-extras --doc
+ run: uv sync --doc
30
31
- name: strip output except plots and prints from tutorial notebooks
32
run: |
0 commit comments