-
-
Notifications
You must be signed in to change notification settings - Fork 25.5k
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
MNT Use a minimal Windows Docker container to check the wheels #18802
MNT Use a minimal Windows Docker container to check the wheels #18802
Conversation
…t-learn into minimal_windows_container
It seems that we still have problems with the find command (although rarer): https://github.com/scikit-learn/scikit-learn/runs/1418596447 |
Waiting for a green :) Edit: Green in the |
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.
LGTM, let's merge!
Thank you very much for fixing this @alfaro96 ! |
Can you please open an issue not to forget about #18802 (comment) . |
I would not say that it was easy, but I am really happy with the result (and thank you @ogrisel for your work and reviews). |
Reference Issues/PRs
Closes MacPython/scikit-learn-wheels#44.
What does this implement/fix? Explain your changes.
This PR adds a job to check the wheels in a minimal Windows Docker container.
Any other comments
Note that the base image in the Windows Dockerfile (
Windows
) is minimal in the sense that it only installs Python from https://python.org (Step 7) andpip
using theget-pip.py
script (Step 9). Using this minimal base image we install the corresponding Windows wheel and importsklearn
for checking DLL errors (#15899).CC @ogrisel and @thomasjpfan.