-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Jupyter Notebook Testing Workflow #49
Comments
One consideration for notebook testing is how the wheel under test is made available for testing examples.
I am in favor of and currently investigating the third approach. |
tbirdso
added a commit
to tbirdso/ITKRemoteModuleBuildTestPackageAction
that referenced
this issue
Jan 5, 2023
Adds job to `build-test-package-python` workflow that retrieves a built Linux Python wheel artifact previously output by the workflow and uses it to test Jupyter Notebooks in the `examples/` folder of the external module. For initial implementation only Linux wheels are tested with the Python version fixed at 3.10. To coincide with the Github Actions Linux runner image and machine architecture, only the `_2_28-x64` wheel is used. Closes InsightSoftwareConsortium#49 .
tbirdso
added a commit
to tbirdso/ITKRemoteModuleBuildTestPackageAction
that referenced
this issue
Jan 5, 2023
Adds job to `build-test-package-python` workflow that retrieves a built Linux Python wheel artifact previously output by the workflow and uses it to test Jupyter Notebooks in the `examples/` folder of the external module. For initial implementation only Linux wheels are tested with the Python version fixed at 3.10. To coincide with the Github Actions Linux runner image and machine architecture, only the `_2_28-x64` wheel is used. Closes InsightSoftwareConsortium#49 .
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adapt from workflow in https://github.com/InsightSoftwareConsortium/ITKParabolicMorphology/pull/40/files
The text was updated successfully, but these errors were encountered: