-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardcode content type for POST requests #29
Conversation
@tonyelhabr Any idea about the failed GitHub action?
|
ugh, yes. how about this--i'll revert internal bumping of mlflow until i get this fixed. |
😬 yet another breaking change from the maintainers, whaddaya know |
Tests pass on local. Current setup requires an instance of mlflow running at |
I'll follow up at some point to fix the testing suite in the GHA. |
MLflow requires
Content-Type = "application/json"
for all POST requests.