Skip to content

Commit 90a58f5

Browse files
committed
TMP CI: back to direct pytest run
1 parent fc5a34d commit 90a58f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ commands =
3939
# We only want to run CI in PRs for the notebooks we touched
4040
!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 '
4141

42-
!buildhtml: bash test.sh
42+
!buildhtml: pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10 tutorials
4343

4444
buildhtml: make html
4545

0 commit comments

Comments
 (0)