From b3d2854c3f8317bf98ec9391b8fbccdc06e23e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Sun, 22 Dec 2024 15:14:50 -0800 Subject: [PATCH] Use uv run pytest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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