Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tasdomas committed Oct 11, 2022
1 parent 1f37789 commit e997687
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Fix git safe.directory in container
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
git config --global user.name "domas"
git config --global user.email "[email protected]"
- uses: mxschmitt/action-tmate@v3
- name: Generate metrics report
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -20,7 +23,7 @@ jobs:
dvc get https://github.com/iterative/dataset-registry/ dvc-course/hymenoptera_data
dvc exp run
dvc exp run
dvc metrics show --show-md >> report.md
Expand Down

0 comments on commit e997687

Please sign in to comment.