Skip to content

Commit e597c84

Browse files
committed
ENH: Enable notebook CI check
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.
1 parent 496096f commit e597c84

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88

99
python-build-workflow:
1010
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@03626a23c22246e89e36c7e918a158c440f9b099
11+
with:
12+
test-notebooks: true
1113
secrets:
1214
pypi_password: ${{ secrets.pypi_password }}

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
itk>=v5.3.0
2+
itk-meshtopolydata>=0.10.0
3+
traitlets<5.7.0
4+
ipywidgets>=7.1.2
5+
itkwidgets

0 commit comments

Comments
 (0)