-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix CI #226
Fix CI #226
Conversation
23a244c
to
34979fb
Compare
ae6a224
to
737c0a8
Compare
I'll update the UI test snapshot in the follow-up since the updated Galata bot script needs to be on main |
@@ -0,0 +1 @@ | |||
export default null as any; |
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.
What is the purpose of this? Is this for TypeScript to copy over the js file into lib/
?
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.
This file is there to make tsc happy and compile without buiding occ.js into 'src'. It is not copied to lib
. The real file in lib
is provided by webpack in the occ build process.
ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-2-linux.png
Outdated
Show resolved
Hide resolved
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.
Thank you!
closes #224
Code change
jupytercad
meta package@jupytercad/opencascade
build scriptcheck-python
step in the check release workflow.