Skip to content

Commit

Permalink
Include header
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Nov 19, 2023
1 parent 656acf3 commit 5de923f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/notebooks_with_irdb_clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ jobs:
env:
TQDM_MININTERVAL: 10
shell: bash
run: ./runnotebooks.sh --checkout-irdb --delete
run: |
echo "# Notebook Tests" >> $GITHUB_STEP_SUMMARY
./runnotebooks.sh --checkout-irdb --delete
2 changes: 1 addition & 1 deletion runnotebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [[ "x${1}" == "x--clone-irdb" ]] ; then
fi


echo "## Notebooks tested" >> $GITHUB_STEP_SUMMARY
echo "## Notebooks tested" >> "$GITHUB_STEP_SUMMARY"
# https://github.com/koalaman/shellcheck/wiki/SC2044
find . -iname "*.ipynb" -print0 | while IFS= read -r -d '' fnnotebook
do
Expand Down

0 comments on commit 5de923f

Please sign in to comment.