Skip to content

Commit

Permalink
Comment in commiting changes in Jupyter Notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mnrozhkov committed Jul 26, 2024
2 parents 021e013 + 32baacc commit 2827cca
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Test Jupyter Notebooks

on:
push:
branches:
- test-examples-ci
paths:
- 'examples/**.ipynb'
- 'examples/**.py'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3105,4 +3105,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5309,4 +5309,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6323,4 +6323,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
2 changes: 1 addition & 1 deletion tests/examples/test_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ for notebook in $(ls *.ipynb | sort); do
# Check if the notebook ran successfully
if [ $status -eq 0 ]; then
echo -e "${notebook} - ${GREEN}SUCCESS${NC}"

else
echo -e "${notebook} - ${RED}FAIL${NC}" | tee -a "$LOG_FILE"
overall_status=1
Expand Down

0 comments on commit 2827cca

Please sign in to comment.