From d6f045b0386c6b82d113fc8e7c80924c29a44e47 Mon Sep 17 00:00:00 2001 From: quandanrepo <45804868+quandanrepo@users.noreply.github.com> Date: Sat, 19 Aug 2023 15:50:31 +0100 Subject: [PATCH] Update cml.yml --- .github/workflows/cml.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cml.yml b/.github/workflows/cml.yml index 87e6a167..16f09334 100644 --- a/.github/workflows/cml.yml +++ b/.github/workflows/cml.yml @@ -25,9 +25,9 @@ jobs: cat model_registry.csv >> report.md echo "## Residuals plot from model" >> report.md - metrics_location=$(find . -maxdepth 10 -name "metrics") - echo $metrics_location - cd $metric_location + # metrics_location=$(find . -maxdepth 10 -name "metrics") + # echo $metrics_location + # cd $metric_location echo "![](./residuals.png)" >> report.md cml comment create report.md