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