Skip to content

Commit da7b80f

Browse files
committed
Revert "Add -q to "uv build""
This reverts commit f68a8ab.
1 parent f68a8ab commit da7b80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/acceptance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ func getNodeTypeID(cloudEnv string) string {
882882
// buildDatabricksBundlesWheel builds the databricks-bundles wheel and returns the path to the wheel.
883883
// It's used to cache the wheel build between acceptance tests, because one build takes ~10 seconds.
884884
func buildDatabricksBundlesWheel(t *testing.T, buildDir string) (string, error) {
885-
RunCommand(t, []string{"uv", "build", "-q", "--wheel", "--out-dir", buildDir}, "../experimental/python")
885+
RunCommand(t, []string{"uv", "build", "--wheel", "--out-dir", buildDir}, "../experimental/python")
886886

887887
files, err := os.ReadDir(buildDir)
888888
if err != nil {

0 commit comments

Comments
 (0)