Skip to content

Commit a7ce9f5

Browse files
authored
Merge pull request #363 from thewtex/treebeard-notebooks
ENH: Also test 2DImage.ipynb notebook in CI
2 parents 50b025c + 1983333 commit a7ce9f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/notebook-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-python@v2
12-
- uses: treebeardtech/treebeard@master
12+
- uses: treebeardtech/treebeard@v0.1.1
1313
with:
1414
docker-username: thewtex
1515
docker-password: "${{ secrets.DOCKER_PASSWORD }}"
1616
docker-image-name: insighttoolkit/itkwidgets
17-
notebooks: "examples/3DImage.ipynb"

treebeard.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
notebooks:
2+
- examples/2DImage.ipynb
3+
- examples/3DImage.ipynb

0 commit comments

Comments
 (0)