diff --git a/scripts/ci/pr-execute-notebooks.py b/scripts/ci/pr-execute-notebooks.py index 6d6201d0f8..ed37d5a38c 100644 --- a/scripts/ci/pr-execute-notebooks.py +++ b/scripts/ci/pr-execute-notebooks.py @@ -30,6 +30,7 @@ import os import subprocess +from pathlib import Path changed_notebooks = Path(".github/outputs/all-changed-notebooks.txt").read_text().split("\n") changed_config = Path(".github/outputs/changed-config.txt").read_text().split("\n")