-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[ci] fix current master
fails with graphviz-related error
#5068
Conversation
@StrikerRUS Thanks for this! |
Thank you for doing this! @shiyu1994 when you merge a PR, could you please also click By the way, it's now possible to have GitHub automatically delete PR branches once a PR is merged. On the settings page for the repo: @shiyu1994 @StrikerRUS what do you think about enabling that? I think it would remove a few clicks for us, and wouldn't have any negative impact on development here. If you all agree, I think @shiyu1994 would have to make that change...I don't have permission to edit that for |
Will this trigger branch removal if PR is closed? We often close-reopen PR to retrigger CI jobs. |
nope! only merges. We use this at my current company and I've seen that branches for closed PRs don't get deleted. |
Is it possible that in some cases we want to revert some merges? If the branch is deleted, will reverting become unavailable? |
Okay, now I see that reverting is still available in this PR. In that case, I think it make sense to enable the automatic deleting. |
It is now enabled. |
* Added base for minimal variance sampling booster * Implemented MVS booster with support for multioutput targets, deterministic execution on small datasets/ * Updated documentation and fixed some linting errors * fixed python sklearn documentation, tryed to fix R Cran CI * Second attempt to fix R pipeline * Fixed R package build for windows and linting error * Revert "Fixed R package build for windows and linting error" This reverts commit d50769e * Revert "Revert "Fixed R package build for windows and linting error"" This reverts commit f531f3a. * Fixed some documentation * Fixed intendation error in mvs.hpp, fixed some windows build issues, added spinx version upper bound * Fixed intendation error in mvs.hpp, fixed some windows build issues, added spinx version upper bound * Update requirements_base.txt * Update R-package/src/Makevars.in Co-authored-by: James Lamb <jaylamb20@gmail.com> * Update R-package/src/Makevars.win.in Co-authored-by: James Lamb <jaylamb20@gmail.com> * Added MVS booster support for dask tests * Moved CalculateThresholdSequential to array_args.h and renamed it to CalculateThresholdMVS * Added cpp tests for ArrayArgs::CalculateThresholdMVS and ArrayArgs::Partition. * Fix linter errors in test_dask.py * Fixed UB in ArrayArgs::Partition, when it is called with one element. * Fixed linter errors * Added more cpp tests and fixed linting errors * Fixed linting errors * Updated R-package documentation Updated documentation Updated test_mvs_threshold_search.cpp Added parallel computation of regularized absolute value term. Added new mvs parameter from constant. * Updated MVS Lambda algorithm * Updated documentation, MVS::GetLambda, MVS::GetThreshold, updated MVS::ResetConfig * [ci] fix current `master` fails with graphviz-related error (#5068) * Update test_windows.ps1 * Update .appveyor.yml * Update test_windows.ps1 * Update .appveyor.yml Co-authored-by: James Lamb <jaylamb20@gmail.com> Co-authored-by: Nikita Titov <nekit94-08@mail.ru> Co-authored-by: Yu Shi <shiyu_k1994@qq.com>
thanks very much @shiyu1994 ! I think it will save us a few clicks. |
Great! Thanks for checking that. |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
To workaround the following error on Windows:
Linking
Why
libxml2
?Failing build:
https://ci.appveyor.com/project/guolinke/lightgbm/builds/42862161/job/h6ne7ffui870w4fs#L431
Last successful:
https://ci.appveyor.com/project/guolinke/lightgbm/builds/42803460/job/bu9ht0yo0292bxx5#L431