Skip to content

Commit

Permalink
CI: making test runs a bit more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jul 25, 2024
1 parent 011684f commit 2e915b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ commands =
# Ignore testing the tutorials listed in ignore_testing file
!buildhtml: bash -c 'find tutorials -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '

!buildhtml: pytest --nbval-lax --durations=10 tutorials
!buildhtml: pytest --nbval-lax -vv --durations=10 tutorials
buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=auto -nT --keep-going

pip_pre =
Expand Down

0 comments on commit 2e915b1

Please sign in to comment.