-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix python version to stabilise launch of mlflow service in CI #28
Conversation
@pebeto I tried to launch the service as in MLFlowClient CI, and now the service appears to launch okay, but the test to save an artifact fails to find an artifact. Can you please help sort out this issue? |
@ablaom the I'm going to review it. |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #28 +/- ##
==========================================
+ Coverage 97.05% 97.77% +0.71%
==========================================
Files 4 4
Lines 34 45 +11
==========================================
+ Hits 33 44 +11
Misses 1 1
☔ View full report in Codecov by Sentry. |
e10a014
to
bdb1bc5
Compare
…/MLJFlow.jl into hack-to-launch-mljserver
Attempt to address #27