Skip to content

Commit

Permalink
Merge branch 'kornia:main' into box-blur-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
light-le authored Jan 24, 2025
2 parents 37fc576 + 42dbb8b commit 5facd4f
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 5facd4f

Please sign in to comment.