You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/run-notebook-test/action.yml
+13-21Lines changed: 13 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,42 @@
1
1
name: Run notebook tests in container
2
-
description: Execute one or more Jupyter notebooks via nbconvert inside a Docker image (as jovyan), using a glob pattern. Writes output notebooks next to inputs.
2
+
description: "Execute one or more Jupyter notebooks via nbconvert inside a Docker image (as jovyan), using a glob pattern. Writes output notebooks next to inputs."
3
3
4
4
inputs:
5
5
image:
6
-
description: Full image reference including tag (e.g. ghcr.io/org/repo/image:sha)
6
+
description: "Full image reference including tag (e.g. ghcr.io/org/repo/image:sha)"
0 commit comments