Skip to content

Commit 67df505

Browse files
committed
fix: Refactoring workflow TFO-Python-MCP
1 parent 07c0cfa commit 67df505

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,13 @@ ci-test: fmt-check lint typecheck test ## Run CI pipeline (format, lint, typeche
231231
# CI-SPECIFIC TARGETS (GitHub Actions)
232232
# ==============================================================================
233233

234+
.PHONY: ci-deps
235+
ci-deps: ## Install dependencies for CI (no pre-commit hooks)
236+
@echo "Installing CI dependencies..."
237+
$(PIP) install --upgrade pip
238+
$(PIP) install -e ".[dev]"
239+
@echo "CI dependencies installed"
240+
234241
.PHONY: test-unit-ci
235242
test-unit-ci: ## Run unit tests for CI with coverage output
236243
@echo "Running unit tests for CI..."

0 commit comments

Comments
 (0)