Skip to content

Commit

Permalink
Use specific versions of setup-dvc and setup-cml
Browse files Browse the repository at this point in the history
Co-authored-by: Dongdong Tian <[email protected]>
  • Loading branch information
weiji14 and seisman authored Mar 23, 2021
1 parent b4c1da5 commit ee10108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dvc-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fetch-depth: 0

- name: Setup data version control (DVC)
uses: iterative/setup-dvc@v1
uses: iterative/setup-dvc@v1.0.2

- name: Setup continuous machine learning (CML)
uses: iterative/setup-cml@v1
uses: iterative/setup-cml@v1.0.0

# Produce the markdown diff report, which should look like:
# | Status | Path |
Expand Down

1 comment on commit ee10108

@github-actions

This comment was marked as outdated.

Please sign in to comment.