Skip to content

Commit 0f3440b

Browse files
committed
try vanilla
1 parent 40ffa62 commit 0f3440b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/dbos/cli_integration_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -693,11 +693,6 @@ func buildCLI(t *testing.T) string {
693693
// Delete any existing binary before building
694694
os.Remove(cliPath)
695695

696-
// Install Transact from main
697-
installCmd := exec.Command("go", "get", "github.com/dbos-inc/dbos-transact-golang/dbos@main")
698-
installOutput, installErr := installCmd.CombinedOutput()
699-
require.NoError(t, installErr, "Failed to install Transact: %s", string(installOutput))
700-
701696
// Build the CLI from the cmd directory
702697
buildCmd := exec.Command("go", "build", "-o", "dbos-cli-test", ".")
703698
buildCmd.Dir = cmdDir

0 commit comments

Comments
 (0)