Skip to content

Commit 8d7ac24

Browse files
committed
ci: Add --extra async to uv run command in the test workflow.
1 parent df8c5a0 commit 8d7ac24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
${{ runner.os }}-uv-py${{ matrix.python-version }}-
9292
9393
- name: Run tests
94-
run: uv run --python "${{ matrix.python-version }}" pytest -rs --no-cov
94+
run: uv run --python "${{ matrix.python-version }}" --extra async pytest -rs --no-cov

0 commit comments

Comments
 (0)