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
39c9e838e1
commit
7575ed3ccc
1 changed files with 7 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
Verify-Model:
|
||||
Retreive-Artifacts:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
@ -31,6 +31,12 @@ jobs:
|
|||
cd modules/ml-pipeline/src/pipeline/src
|
||||
dvc pull -r experiments
|
||||
|
||||
Verify-Model:
|
||||
|
||||
needs: Retreive-Artifacts
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Build Prediction docker Image
|
||||
run: |
|
||||
cd modules/ml-pipeline/src/pipeline/
|
||||
Loading…
Add table
Reference in a new issue