Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kadrlica committed Jun 26, 2024
1 parent f8d0f10 commit 16ad17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _notebook_run(path):
with tempfile.NamedTemporaryFile(suffix=".ipynb") as fout:
args = ["jupyter", "nbconvert", "--to", "notebook", "--execute",
"--ExecutePreprocessor.timeout=60",
"--kernel_name", kernel_name,
"--ExecutePreprocessor.kernel_name=%s"%(kernel_name),
"--log-level=WARN",
"--output", fout.name, path]
subprocess.check_call(args)
Expand Down

0 comments on commit 16ad17f

Please sign in to comment.