diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c47aa9e..e9cad3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: run: | uv pip install pytest pytest-cov pytest-mock pytest-asyncio uv pip install daemonocle click pytest-click - pytest + uv run pytest - name: Upload coverage to Codecov uses: codecov/codecov-action@v5