Skip to content

Commit 6ffc272

Browse files
committed
Install Pythons on integration tests
Follow up to #4844
1 parent d94f6a8 commit 6ffc272

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ docs:
177177
INTEGRATION = go run -modfile=tools/go.mod ./tools/testrunner/main.go ${GO_TOOL} gotestsum --format github-actions --rerun-fails --jsonfile output.json --packages "./acceptance ./integration/..." -- -parallel 4 -timeout=2h
178178

179179
.PHONY: integration
180-
integration:
180+
integration: install-pythons
181181
$(INTEGRATION)
182182

183183
.PHONY: integration-short
184-
integration-short:
184+
integration-short: install-pythons
185185
DATABRICKS_TEST_SKIPLOCAL=1 VERBOSE_TEST=1 $(INTEGRATION) -short
186186

187187
.PHONY: dbr-integration
188-
dbr-integration:
188+
dbr-integration: install-pythons
189189
DBR_ENABLED=true go test -v -timeout 4h -run TestDbrAcceptance$$ ./acceptance
190190

191191
# DBR acceptance tests - run on Databricks Runtime using serverless compute

0 commit comments

Comments
 (0)