From 9902282510942b03606bab6d50342801e005862d Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:53:38 +0100 Subject: [PATCH] better model --- .github/workflows/MLPipelinePullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 1a1f100..588e239 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -77,7 +77,7 @@ jobs: # Compare metrics to master git fetch --depth=1 origin master:master - dvc metrics diff --show-md master >> report.md + dvc metrics diff --md master >> report.md cml comment create report.md