mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
clean up code
This commit is contained in:
parent
a9bde8f86d
commit
32a8f42c5f
1 changed files with 7 additions and 7 deletions
14
.github/workflows/MLPipelinePullRequest.yml
vendored
14
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -63,13 +63,13 @@ jobs:
|
|||
cd modules/ml-pipeline/src/pipeline/src
|
||||
dvc pull -r experiments
|
||||
|
||||
# - name: Generate report
|
||||
# - uses: actions/setup-python@v4
|
||||
# - uses: iterative/setup-cml@v1
|
||||
# env:
|
||||
# REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# run: |
|
||||
# cd modules/ml-pipeline/src/pipeline/src
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: iterative/setup-cml@v1
|
||||
- name: Generate report
|
||||
env:
|
||||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd modules/ml-pipeline/src/pipeline/src
|
||||
# echo "## Model metrics" > report.md
|
||||
# cat metrics/metrics.json >> report.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue