From 11847778a5f24bcf00c8c03f70db1219962bd375 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 5 Dec 2024 10:04:44 +0000 Subject: [PATCH] lskdjfha --- scripts/ci/pr-execute-notebooks.py | 1 + 1 file changed, 1 insertion(+) 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")