Skip to content

Commit

Permalink
fix: papermill
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Aug 13, 2024
1 parent 3635b1b commit ed0824d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/run-tutorial-notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd "$working_directory"
# We may set a timeout (for each cell) to ensure in-progress notebooks and logs are saved,
# even if the workflow hits the total 6-hour limit in GitHub Actions.
if [ "$timeout" -ne 0 ]; then
papermill --execution-timeout "$timeout" "$notebook_file" "$timeout"
papermill --execution-timeout "$timeout" "$notebook_file" "$notebook_file"
else
papermill "$notebook_file" "$timeout"
papermill "$notebook_file" "$notebook_file"
fi

0 comments on commit ed0824d

Please sign in to comment.