File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ commands =
37
37
# # but so far it's simple enought to keep it here.
38
38
39
39
# We only want to run CI in PRs for the notebooks we touched
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 '
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: bash test.sh
42
+ !buildhtml: bash find tutorials -name " *.md" | xargs jupytext --to notebook
43
+ !buildhtml: pytest --nbval-lax -vv --suppress-no-test-exit-code --durations =10 tutorials
43
44
44
45
buildhtml: make html
45
46
You can’t perform that action at this time.
0 commit comments