Skip to content

Commit 92347ed

Browse files
committed
Fix run tests
1 parent 515c561 commit 92347ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
1919
- name: Run tests
2020
run: |
21-
uv run pytest
21+
uv run --all-extras pytest

0 commit comments

Comments
 (0)