Skip to content

Commit d6e2490

Browse files
adapt to changed tutorial path
1 parent 756bdc9 commit d6e2490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/jenkins/test_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
# collect test cases, one for each notebook in the docs (unless they're excluded)
21-
NOTEBOOK_DIR = Path(__file__).parent.parent.parent.joinpath("doc", "tutorial")
21+
NOTEBOOK_DIR = Path(__file__).parent.parent.parent.joinpath("doc", "user-guide")
2222
NOTEBOOKS = [
2323
(f.absolute(), f.name)
2424
for f in sorted(NOTEBOOK_DIR.iterdir())

0 commit comments

Comments
 (0)