Skip to content

Commit 24f6d19

Browse files
authored
Update documentation.yml
1 parent 7e4799b commit 24f6d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: "3.12"
1515
- name: install requirements
16-
run: uv pip install -e .[dev]
16+
run: uv sync --all-extras
1717
- name: run pytest
1818
run: python -m pytest
1919
- name: run spellcheck

0 commit comments

Comments
 (0)