Skip to content

Commit

Permalink
chore (ci): uv run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 committed Jan 21, 2025
1 parent e002a30 commit 42dbb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kornia-py/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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='':
Expand Down

0 comments on commit 42dbb8b

Please sign in to comment.