Skip to content

Commit

Permalink
adds back cml for gto
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Sep 15, 2023
1 parent 3cda623 commit 8f3df65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}


- uses: iterative/setup-cml@v1

- uses: iterative/setup-dvc@v1

- uses: actions/setup-python@v2
Expand All @@ -44,11 +46,9 @@ jobs:
DVCLIVE_LOG_LEVEL: DEBUG
DVC_STUDIO_TOKEN: ${{ secrets.STUDIO_TOKEN }}
run: |
cml ci
pip install --upgrade -r requirements.txt
git config user.name "Github-Bot"
git config user.email "[email protected]"
dvc exp run --pull --allow-missing -S model=${{ github.event.inputs.model }}
dvc exp push -v --rev HEAD origin
gto -v register best

0 comments on commit 8f3df65

Please sign in to comment.