From 139ac0fcdf1869e599f3b608b6124c10682ad9d3 Mon Sep 17 00:00:00 2001 From: cb-alish Date: Thu, 5 Feb 2026 11:05:18 +0530 Subject: [PATCH] Minor fix with makefile file to make it align with release script --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ccade1..951ed00 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ install-dev: @$(PIP) install -e ".[dev]" @$(PIP) install pytest pytest-cov black flake8 pylint mypy -test: +test: install install-dev @echo "Running tests..." @$(PYTHON) -m pytest tests/ -v @@ -75,6 +75,7 @@ check: format-check lint test build: clean @echo "Building distribution packages..." + @$(PYTHON) -m pip install -U build || $(PYTHON) -m pip install build @$(PYTHON) -m build clean: