From f988f46bccb7fa726f27debede1395c24cf73a01 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:29:50 +0100 Subject: [PATCH] clean up code --- .github/workflows/MLPipelinePullRequest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 5edfaed..0f6ec1d 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -71,8 +71,8 @@ jobs: run: | cd modules/ml-pipeline/src/pipeline/src echo "## Model metrics" > report.md - cat metrics/metrics.json >> report.md - cml comment create report.md + # cat metrics/metrics.json >> report.md + # cml comment create report.md # # echo "## Residuals plot from model" >> report.md # # metrics_location=$(find . -maxdepth 10 -name "residuals.png")