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 6201c51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ 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 }}
run: |
pip install -r requirements.txt
dvc get https://github.com/iterative/dataset-registry/ dvc-course/hymenoptera_data
dvc exp run
dvc pull
dvc exp run
dvc metrics show --show-md >> report.md
Expand Down

0 comments on commit 6201c51

Please sign in to comment.