Skip to content

Commit fd0d3d8

Browse files
committed
use the right command
1 parent 311931f commit fd0d3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ test-integration-setup: ## Start Docker services for integration tests
101101
docker compose -f dev/docker-compose-integration.yml kill
102102
docker compose -f dev/docker-compose-integration.yml rm -f
103103
docker compose -f dev/docker-compose-integration.yml up -d --wait
104-
${TEST_RUNNER} python dev/provision.py
104+
$(POETRY) run python dev/provision.py
105105

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

0 commit comments

Comments
 (0)