Skip to content

Commit ddf2421

Browse files
committed
add --all-extras
1 parent a420c4b commit ddf2421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install: install-uv ## Install uv, dependencies, and pre-commit hooks
7777
@if [ -d .git ]; then \
7878
uv run $(PYTHON_ARG) prek install; \
7979
fi
80-
80+
8181
# ===============
8282
# Code Validation
8383
# ===============
@@ -105,7 +105,7 @@ test-integration-setup: ## Start Docker services for integration tests
105105
docker compose -f dev/docker-compose-integration.yml kill
106106
docker compose -f dev/docker-compose-integration.yml rm -f
107107
docker compose -f dev/docker-compose-integration.yml up -d --build --wait
108-
uv run $(PYTHON_ARG) python dev/provision.py
108+
uv run $(PYTHON_ARG) --all-extras python dev/provision.py
109109

110110
test-integration-exec: ## Run integration tests (excluding provision)
111111
$(TEST_RUNNER) pytest tests/ -m integration $(PYTEST_ARGS)

0 commit comments

Comments
 (0)