Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Mar 21, 2024
1 parent 0aaff16 commit 348aa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ for file in "${files[@]}"; do
unset PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
fi

cmd=$(echo "papermill ${papermill_opt} --progress-bar -k ${kernelspec}")
cmd=$(echo "papermill ${papermill_opt} --progress-bar --log-output -k ${kernelspec}")
echo "$cmd"
time out=$(echo "$notebook" | eval "$cmd")
success=$?
Expand Down

0 comments on commit 348aa89

Please sign in to comment.