From bf94a66683d47ace8618ab9c78ec320fe745299e Mon Sep 17 00:00:00 2001 From: damith <58793447+imbulana@users.noreply.github.com> Date: Thu, 17 Apr 2025 20:16:25 -0400 Subject: [PATCH] update cml.yaml --- .github/workflows/cml.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cml.yaml b/.github/workflows/cml.yaml index f2c06a4..481ff96 100644 --- a/.github/workflows/cml.yaml +++ b/.github/workflows/cml.yaml @@ -3,9 +3,12 @@ on: pull_request jobs: run: runs-on: [ubuntu-latest] - container: docker://dvcorg/cml-py3:latest steps: - - uses: actions/checkout@v2 + - uses: iterative/setup-cml@v2 + - uses: iterative/setup-dvc@v1 + - uses: actions/checkout@v3 + with: + fetch-depth: 2 # Needed for https://github.com/iterative/example-repos-dev/issues/225 - name: Installs JSON5 run: npm install -g json5 @@ -21,7 +24,6 @@ jobs: git fetch origin main:main fi - # dvc pull eval dvc repro dvc plots diff $PREVIOUS_REF workspace \ --show-vega --targets ROC | json5 > vega.json