From 14a68dd0979c2d179d784a95eedcefba432bd106 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:27:22 +0100 Subject: [PATCH] clean up code --- .github/workflows/MLPipelinePullRequest.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 907476a..5edfaed 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -70,13 +70,12 @@ jobs: REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd modules/ml-pipeline/src/pipeline/src - # echo "## Model metrics" > report.md - # cat metrics/metrics.json >> report.md + echo "## Model metrics" > 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") # # echo $metrics_location # # cd $metric_location # # echo "![](./residuals.png)" >> report.md - - # cml comment create report.md