Skip to content

Commit

Permalink
Create cml.yaml
Browse files Browse the repository at this point in the history
Test creating a new workflow
  • Loading branch information
yAOwzers authored Jan 23, 2024
1 parent 6e0ee0a commit 37c57bb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: model-wine-quality
on: [push]
jobs:
run:
runs-on: [ubuntu-latest]
container: docker://dvcorg/cml-py3:latest
steps:
- uses: actions/checkout@v2
- name: cml_run
env:
repo_tokens: ${{ secrets.GITHUB_TOKEN }}
run: |
# ML workflow
pip install -r requirements.txt
python train.py
echo "MODEL METRICS"
cat metrics.txt

0 comments on commit 37c57bb

Please sign in to comment.