Skip to content

Commit

Permalink
ENH: Enable notebook CI check
Browse files Browse the repository at this point in the history
Enabled check to run example notebooks with Python wheels built as part
of CI validation. Adds `requirements.txt` file to inform package
management for running notebooks.
  • Loading branch information
tbirdso committed Jan 24, 2023
1 parent 496096f commit e597c84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-package.yml
Expand Up @@ -8,5 +8,7 @@ jobs:

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@03626a23c22246e89e36c7e918a158c440f9b099
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}
5 changes: 5 additions & 0 deletions requirements.txt
@@ -0,0 +1,5 @@
itk>=v5.3.0
itk-meshtopolydata>=0.10.0
traitlets<5.7.0
ipywidgets>=7.1.2
itkwidgets

0 comments on commit e597c84

Please sign in to comment.