We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a7878 commit 53eef47Copy full SHA for 53eef47
1 file changed
Makefile
@@ -72,7 +72,10 @@ setup-venv: ## Create virtual environment
72
install-dependencies: setup-venv ## Install all dependencies including extras
73
uv sync $(PYTHON_ARG) --all-extras
74
75
-install: install-uv install-dependencies ## Install uv and dependencies
+install: install-uv install-dependencies build-ext ## Install uv and dependencies
76
+
77
+build-ext: ## Build Cython extensions
78
+ uv run $(PYTHON_ARG) python setup.py build_ext --inplace
79
80
# ===============
81
# Code Validation
0 commit comments