From 62a84ff5c9cf6d8d3f77482014b193a2f1d50367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20G=2E=20Atkinson=20A=2E?= <20444345+johnnv1@users.noreply.github.com> Date: Sun, 19 Jan 2025 14:46:46 -0300 Subject: [PATCH] chore (ci): uv run pytest --- kornia-py/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kornia-py/justfile b/kornia-py/justfile index 78021f3d..357d07ab 100644 --- a/kornia-py/justfile +++ b/kornia-py/justfile @@ -28,7 +28,7 @@ install py_version='3.9': # Test the code with pytest test: @echo "🚀 Testing code: Running pytest" - @uv run python -m pytest + @uv run pytest # Compile and install kornia-py for development (run maturin develop) build py_version='3.9' flags='':