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 11, 2024
1 parent 1640af2 commit 5a41e5b
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 @@ -208,7 +208,7 @@ fi
if [[ $DUMP -eq 1 ]]
then
echo "Dumping environment.yml.j2..."
cat $WORKSPACE/environment.yml.j2
cat $WORKSPACE/environment.yml
echo
echo "Dumping python packages..."
python3 -m pip freeze
Expand Down

0 comments on commit 5a41e5b

Please sign in to comment.