Skip to content

Commit

Permalink
drop cml from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Sep 15, 2023
1 parent 0cc1d66 commit 477f01c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
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 @@ -31,13 +29,12 @@ jobs:
role-to-assume: arn:aws:iam::342840881361:role/SandboxUser
role-duration-seconds: 3600

- name: cml
- name: train
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DVCLIVE_LOG_LEVEL: DEBUG
DVC_STUDIO_TOKEN: ${{ secrets.STUDIO_TOKEN }}
run: |
cml ci
pip install --upgrade -r requirements.txt
dvc exp run --pull --allow-missing -S model=full
Expand Down

0 comments on commit 477f01c

Please sign in to comment.