You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add MLFLOW_FLASK_SERVER_SECRET_KEY to CI test values
MLflow 3.x requires MLFLOW_FLASK_SERVER_SECRET_KEY environment variable.
The CI test values file was missing this configuration, causing the
server to fail to start during CI tests even though it worked locally
with default values.
0 commit comments