Skip to content

Commit 09bcd5b

Browse files
authored
Install optional dependencies on docs generation (#59)
1 parent 09afd37 commit 09bcd5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version-file: "pyproject.toml"
3131
enable-cache: true
3232

33-
- run: uv sync --locked
33+
- run: uv sync --locked --all-extras --dev --all-packages
3434
- run: uv run generate_docs
3535
- run: git fetch origin gh-pages --depth=1
3636
- run: git config user.name ci-bot

.github/workflows/tag_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version-file: "pyproject.toml"
2222
enable-cache: true
2323

24-
- run: uv sync --locked
24+
- run: uv sync --locked --all-extras --dev --all-packages
2525
- run: uv run generate_docs
2626
- run: git fetch origin gh-pages --depth=1
2727
- run: git config user.name ci-bot

0 commit comments

Comments
 (0)