-
Notifications
You must be signed in to change notification settings - Fork 92
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
Separate wheel building and testing #262
Conversation
That creates a nice drawing of the graph of jobs, at https://github.com/CGAL/cgal-swig-bindings/actions/runs/7627051759?pr=262 |
The Github actions will fail on Windows and MacOS, because of the upgrade to SWIG 4.2. @sloriot might come up with a proposal for a fix, eventually. |
I have fixed the CI in Now there are two issues:
See https://github.com/CGAL/cgal-swig-bindings/actions/runs/7654331055 |
On Windows, we should use https://pypi.org/project/delvewheel/ to "fix" the wheel (like Or maybe use https://github.com/jvolkman/repairwheel on all three platforms. |
the wheel test is now in another job.