Skip to content

Commit

Permalink
ENH: Test notebooks with ITK reusable workflow
Browse files Browse the repository at this point in the history
Replace ITKElastix notebook test workflow with general notebook test
workflow from ITKRemoteModuleBuildTestPackageAction.

Under previous behavior ITKElastix notebook tests relied on the latest
published release and were not reflective of fixes in individual PRs.
The updated workflow uses the latest wheel build artifact in notebook
tests to immediately reflect proposed changes.
  • Loading branch information
tbirdso committed Nov 1, 2023
1 parent 4e38131 commit ebedbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-package.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
python3-minor-versions: '["8","11"]'
manylinux-platforms: '["_2_28-x64","2014-x64"]'
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}

Expand All @@ -21,5 +22,6 @@ jobs:
with:
python3-minor-versions: '["8","9","10","11"]'
manylinux-platforms: '["_2_28-x64","2014-x64"]'
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}
25 changes: 0 additions & 25 deletions .github/workflows/notebook-test.yml

This file was deleted.

0 comments on commit ebedbf7

Please sign in to comment.