File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ commands =
5555 # We only want to run CI in PRs for the notebooks we touched
5656 !buildhtml: bash -c ' if [[ $GITHUB_EVENT_NAME == pull_request ]]; 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 '
5757
58- !buildhtml: pytest --nbval-lax -vv --durations =10 tutorials
58+ !buildhtml: pytest --nbval-lax -vv --suppress-no-test-exit-code -- durations =10 tutorials
5959 buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode =auto -nWT --keep-going
6060 # SED magic to remove the toctree captions from the rendered index page while keeping them in the sidebar TOC
6161 buildhtml: sed -E -i.bak ' /caption-text/{N; s/.+caption-text.+\n <ul>/<ul>/; P;D;}' _build/html/index.html
You can’t perform that action at this time.
0 commit comments