We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5a34d commit 90a58f5Copy full SHA for 90a58f5
tox.ini
@@ -39,7 +39,7 @@ commands =
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 '
41
42
- !buildhtml: bash test.sh
+ !buildhtml: pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10 tutorials
43
44
buildhtml: make html
45
0 commit comments