Skip to content

Commit

Permalink
ci: add --dump flag in notebook workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Oct 10, 2024
1 parent 53f0fd6 commit 357719f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipynb/run_notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eE

SHORT=h:,:,e:
LONG=home:,environment:,skip,cleanup,clear,noop,html,pdf,mill,help
LONG=home:,environment:,skip,cleanup,clear,noop,html,pdf,mill,dump,help
OPTS=$(getopt -a -n class --options $SHORT --longoptions $LONG -- "$@")

eval set -- "$OPTS"
Expand Down

0 comments on commit 357719f

Please sign in to comment.