File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,15 +177,15 @@ docs:
177177INTEGRATION = 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
You can’t perform that action at this time.
0 commit comments