File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ for file in ${files_to_process}; do
27
27
notebook_files+=(" ${notebook_file} " )
28
28
done
29
29
30
- pytest --nbval-lax
30
+ pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10
31
31
32
32
# Clean up ipynb files that were converted. Any stray ipynb files that were
33
33
# _not_ the result of conversion from Markdown will be left alone.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ commands =
39
39
# We only want to run CI in PRs for the notebooks we touched
40
40
!buildhtml: bash -c ' if [[ $GITHUB_EVENT_NAME == pull_request && -z "$(grep force_run:all_tests ${GITHUB_EVENT_PATH})" ]]; then git fetch origin main --depth=1; git diff origin/main --name-only tutorials | grep .md; else find tutorials -name "*.md"; fi | grep -vf ignore_testing | xargs jupytext --to notebook '
41
41
42
- !buildhtml: pytest --nbval-lax -vv --suppress-no- test-exit-code -- durations =10 tutorials
42
+ !buildhtml: bash test.sh
43
43
44
44
buildhtml: make html
45
45
You can’t perform that action at this time.
0 commit comments