Skip to content

Commit 573c954

Browse files
authored
Update documentation.yml
1 parent 24f6d19 commit 573c954

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: install requirements
1616
run: uv sync --all-extras
1717
- name: run pytest
18-
run: python -m pytest
18+
run: uv run pytest
1919
- name: run spellcheck
2020
run: sphinx-build -E -a -W --keep-going -b spelling doc _build
2121
build:

0 commit comments

Comments
 (0)