-
Notifications
You must be signed in to change notification settings - Fork 665
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
Use Latest FlyteIDL for MonoDoc CI #4694
Use Latest FlyteIDL for MonoDoc CI #4694
Conversation
Signed-off-by: Future Outlier <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4694 +/- ##
=======================================
Coverage 59.02% 59.02%
=======================================
Files 643 643
Lines 55153 55153
=======================================
+ Hits 32552 32555 +3
+ Misses 20020 20018 -2
+ Partials 2581 2580 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@pingsutw Please help merge it, thanks! |
@cosmicBboy if possible, please take a look, thank you very much! |
…oc-flyteidl-version-change
command I use:conda-lock -f monodocs-environment.yaml --lockfile monodocs-environment.lock.yaml error message:Locking dependencies for ['linux-64', 'osx-arm64']... |
Signed-off-by: Future-Outlier <[email protected]>
subsumed by #4815 |
Problem
Currently, the latest flytekit and the latest flyteidl (beta version) are released.
I want to update the version in monodoc so that some PR used the latest flyteidl can be merged.
Solution
monodocs-environment.yaml
conda-lock -f monodocs-environment.yaml --lockfile monodocs-environment.lock.yaml
to update dependencies.