-
Notifications
You must be signed in to change notification settings - Fork 45
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
Use actions for CI #38
Conversation
* Use binder and add linux support for 7.4.0 * Update azure pipelines script * Add yes flag for conda install * Also install occt so binder can run * Use a separate env
Use GitHub actions instead of azure
Awesome, looks like its working now! Could you also pull in the changes to make Font_BRepFont work? Add a subclass that exposes new and delete Add header (and remove it from excluded classes) Patch Font_BRepTextBuilder to use the font subclass I'm not sure if the nodelete option is needed there. I don't get why they decided to make it inherit from a protected class... |
Run the binder during CI