From b02e6562974d9728723dd1aaa245aec1f7af1cfb Mon Sep 17 00:00:00 2001 From: bammari Date: Thu, 28 Sep 2023 10:48:15 -0400 Subject: [PATCH] Trying CI again --- tests/notebooks/test_run_notebooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/notebooks/test_run_notebooks.py b/tests/notebooks/test_run_notebooks.py index 4a7a104c..c9b44574 100644 --- a/tests/notebooks/test_run_notebooks.py +++ b/tests/notebooks/test_run_notebooks.py @@ -9,7 +9,7 @@ # TODO: These will be replaced with stronger tests using testbook soon def _test_run_notebook(folder, notebook_fname, n_cells): - # change to notebook directory to allow for testing + # Change to notebook directory to allow for testing cwd = os.getcwd() os.chdir(os.path.join(this_file_dir(), "..", "..", "docs", "notebooks", folder)) with testbook(notebook_fname, timeout=500, execute=True) as tb: