Skip to content

Commit ce3ff86

Browse files
committed
minor printout tox
1 parent b9e44e9 commit ce3ff86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ commands =
7373
# We only skip testing untouched tutorials in PRs; in cron and dispatch all should be tested
7474
!buildhtml: bash -c 'if [[ $GITHUB_EVENT_NAME == pull_request && -z "$(grep force_run:all_tests ${GITHUB_EVENT_PATH})" ]]; then cat changed_tutorials; else cat all_tutorials; fi | grep -vf ignore_testing | xargs jupytext --to notebook '
7575

76-
!buildhtml: bash -c "echo '📝📝📝 Notebooks ignored (not tested/executed) in this job:'; cat ignore_testing"
76+
!buildhtml: bash -c "echo 'Notebooks ignored (not tested/executed) in this job:'; cat ignore_testing"
7777
!buildhtml: pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10 tutorials
7878

7979
# We don't want to execute in rendering the ones we ignore for testing
@@ -85,7 +85,7 @@ commands =
8585
# sed -i needs a bit of hacky conditional on ubuntu to cover the case of an empty ignore
8686
buildhtml: bash -c 'if [ -s ignore_execute ]; then for name in $(cat ignore_execute | sort| uniq); do if [ -z "$(head -n 20 ${name}| grep execute:)" ]; then sed -i -e "s|kernelspec:|execute:\n skip: true\nkernelspec:|g" ${name}; fi; done;fi'
8787

88-
buildhtml: bash -c "echo 'Notebooks ignored (not tested/executed) in this job:\n'; cat ignore_execute"
88+
buildhtml: bash -c "echo 'Notebooks ignored (not tested/executed) in this job:'; cat ignore_execute"
8989

9090
# Using srtict so we fail with trackbacks and debug mode to have a richer log
9191
# For full build we disable parallel runs to easy server load

0 commit comments

Comments
 (0)