ci: Add scikit-learn to downstream tests#3609
Conversation
|
10 mins in ci, that's fine with me! |
|
Thanks Marco, I will add a comment in scikit-learn PR asking if there is a better way to do this, and/or if we can use a pytest marker |
|
Might it make sense to reintroduce 1 this workflow for To me it looks like I wonder if we could speed up some runs by doing things like (#2910)?
Footnotes
|
|
Thanks for taking a look @dangotbanned - According to scikit-learn/scikit-learn#31127 (comment) we might run a subset of the tests. In general I am a bit concerned/skeptical in running hardcoded tests, I would prefer having pytest markers. Happy to hear your thoughts |
I'm not sure we're talking about the same thing. Is a set of globs considered hardcoding?
|
We are not 🤣
We can have both approaches! Filters in workflows will allow to skip workflows given specific paths. What I mentioned will enable much faster runtime when it runs |
Perfect! |
|
I know it's a partial solution, but it might be worth merging to start running (fast) tests against scikit-learn. |
scikit-learn in downstream tests
scikit-learn in downstream testsscikit-learn to downstream tests
dangotbanned
left a comment
There was a problem hiding this comment.
Thanks @FBruzzesi, just one comment from me
| scikit-learn: | ||
| if: github.head_ref != 'bump-version' |
There was a problem hiding this comment.
The settings introduces there are all at workflow level, nothing job specific. We should be fine for now

Description
Opening as draft and in downstram-tests (not slow version) to see how long it does take. From a local attempt it's still below 5 mins
What type of PR is this? (check all applicable)
Related issues