Skip to content

Commit

Permalink
ci mlflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
sashhhaka committed Jul 22, 2024
1 parent 5e71758 commit da26ee3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
- name: Run ZenML server
run: zenml down && zenml up


- name: Run MLflow server
run: mlflow ui &

- name: Run your app
run: python3.11 src/validate.py

Expand Down

0 comments on commit da26ee3

Please sign in to comment.