-
Notifications
You must be signed in to change notification settings - Fork 58
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
migrate from Travis to GitHub Actions and stop testing Python 2 #328
Conversation
Oh, forgot to mention that I'm also incrementing macOS version in Python wheel filename according to #309 (comment). |
... And I haven't transferred creating |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good work, thanks (especially for the r part of the code)
@StrikerRUS Appveyor was failed. |
@fukatani All checks are green now! 👍 |
LGTM |
Quite big CI refactoring. There are two main changes in this PR:
Also, during refactoring I containerized everything for Linux jobs. It greatly reduces test time and complexity of dependency management.
R-package tests now use the latest available version of R. It is
4.0.3
right now. This is great, I think!scikit-learn
version should be restricted for now because starting from0.24.0
our integration test fails due to some values insample-weight
array are zeros. I'm going to address this issue in a follow-up PR.