Skip to content

Commit 7e4799b

Browse files
authored
Update documentation.yml
1 parent 8ccdc75 commit 7e4799b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-python@v5
12+
- uses: astral-sh/setup-uv@v6
1313
with:
1414
python-version: "3.12"
1515
- name: install requirements
16-
run: pip install -e .[dev]
16+
run: uv pip install -e .[dev]
1717
- name: run pytest
1818
run: python -m pytest
1919
- name: run spellcheck

0 commit comments

Comments
 (0)