Skip to content

Commit 235b5e3

Browse files
author
Matt Carey
committed
fix: all extras
1 parent 6aae7fa commit 235b5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
python-version: "3.11"
2424
enable-cache: true
2525

26-
- name: Install dependencies
27-
run: uv sync --install-extras
26+
- name: Install all dependencies
27+
run: uv sync --all-extras
2828

2929
- name: Build documentation
3030
run: |

0 commit comments

Comments
 (0)