ci(config.yml): add mlflow to ci testing

This commit is contained in:
Krrish Dholakia 2024-11-13 23:43:40 +05:30
parent 3b1b397160
commit a79211c270

View file

@ -690,6 +690,7 @@ jobs:
pip install "respx==0.21.1"
pip install "google-generativeai==0.3.2"
pip install "google-cloud-aiplatform==1.43.0"
pip install "mlflow==2.17.2"
# Run pytest and generate JUnit XML report
- run:
name: Run tests