From 32a8f42c5ffd11e76e9993e22174c1002154d3e6 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:25:32 +0100 Subject: [PATCH] clean up code --- .github/workflows/MLPipelinePullRequest.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 1733c28..907476a 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -63,13 +63,13 @@ jobs: cd modules/ml-pipeline/src/pipeline/src dvc pull -r experiments - # - name: Generate report - # - uses: actions/setup-python@v4 - # - uses: iterative/setup-cml@v1 - # env: - # REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # run: | - # cd modules/ml-pipeline/src/pipeline/src + - uses: actions/setup-python@v4 + - uses: iterative/setup-cml@v1 + - name: Generate report + env: + REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + cd modules/ml-pipeline/src/pipeline/src # echo "## Model metrics" > report.md # cat metrics/metrics.json >> report.md