Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
sashhhaka committed Jul 25, 2024
1 parent 9f62317 commit 9b964a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,12 @@ jobs:
python3.11 pipelines/data_prepare.py
python3.11 src/utils.py 2
python3.11 pipelines/data_prepare.py
python3.11 src/utils.py 3
python3.11 pipelines/data_prepare.py
python3.11 src/utils.py 4
python3.11 pipelines/data_prepare.py
python3.11 src/utils.py 5
python3.11 pipelines/data_prepare.py
- name: Run MLflow server
run: mlflow ui &
Expand All @@ -131,6 +135,7 @@ jobs:
- name: Run validation for champion model
run: |
python3.11 src/utils.py 4
python3.11 src/validate.py
print_info:
Expand Down

0 comments on commit 9b964a0

Please sign in to comment.