Skip to content

Commit bbb8969

Browse files
committed
fix github tests workflow
1 parent 21a37d9 commit bbb8969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: uv run --prerelease=allow ruff format . --check
7777
- name: Run tests
7878
run: |
79-
uv run pytest \
79+
uv run --prerelease=allow pytest \
8080
-qq \
8181
--timeout=9 \
8282
--durations=10 \

0 commit comments

Comments
 (0)