-
Notifications
You must be signed in to change notification settings - Fork 872
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 #1066
Conversation
I wonder if making a fresh new conda environment might be an alternative to updating the base? Or pip installing the development requirements in base from a |
Yeah, I actually intermittently tried pip but then it had some issues with Cython. I wanted to just get it to work again like it used to -- it worked a few months ago. It's really frustrating to not have direct access to the machine and to try it one commit at a time 😅 |
Willing to take a look/help out. I do ci stuff a lot at work. |
Thanks, I think the problem is that we are using old package versions. And there seems to be some incompatibility with the latest Ubuntu version and and old glib version that is required here. In an ideal world, this could be fixed by updating the unit tests to use the latest packages for pandas etc. But this would require other work in the frequent pattern submodules, which I am saving for a rainy day in the future. It's tricky. Let's see if this older Ubuntu version works first and go from there 😅 |
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.
bump version
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #1066 +/- ##
=======================================
Coverage 77.26% 77.26%
=======================================
Files 200 200
Lines 11297 11297
Branches 1483 1513 +30
=======================================
Hits 8729 8729
Misses 2350 2350
Partials 218 218
☔ View full report in Codecov by Sentry. |
It seemed to be a Cython issue that was fixed 🎉 by bumping the sklearn version @jmahlik |
No description provided.