Skip to content

Commit

Permalink
Trying CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
bammari committed Sep 28, 2023
1 parent 57cf3b4 commit b02e656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/notebooks/test_run_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b02e656

Please sign in to comment.