From f94101744b3d1547fc4c9ce3254a5b9b303534f7 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:31:21 +0100 Subject: [PATCH] clean up code --- .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 0f6ec1d..e4b775f 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -71,7 +71,7 @@ jobs: run: | cd modules/ml-pipeline/src/pipeline/src echo "## Model metrics" > report.md - # cat metrics/metrics.json >> report.md + cat metrics/metrics.json >> report.md # cml comment create report.md # # echo "## Residuals plot from model" >> report.md