Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivpalSW authored Jul 17, 2023
1 parent c5cf3f8 commit cb0e8b9
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1 @@
# # uncomment below lines to use CML
## name: DVC-project

# on: [push]

# jobs:
# run:
# runs-on: [ubuntu-latest]
# steps:
# - uses: actions/checkout@v2
# - uses: iterative/setup-cml@v1
# - uses: actions/setup-python@v2
# with:
# python-version: '3.7'

# - name: cml-run
# env:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# run: |
# # Your ML wokflow commands
# pip install --upgrade pip
# pip install -r requirements.txt
# dvc repro -v
# echo "# REPORTS" >> report.md
# echo "## metrics" >> report.md
# cat scores.json >> report.md
# cml-send-comment report.md

0 comments on commit cb0e8b9

Please sign in to comment.