File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3131 - name : Install dependencies
3232 run : python -m pip install --upgrade tox
3333
34+ - name : Set output for cron
35+ if : ${{ github.event_name == 'schedule' }}
36+ env :
37+ posargs : --report-log cron_output-log.json
38+ run : echo $posargs
39+
3440 - name : Execute notebooks as testing
3541 run : tox -e py312-test-devdeps
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ commands =
3737 !buildhtml: bash -c ' find content -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
3838
3939 # We rerun the failed tests hoping that it filters out some flaky server behaviour
40- !buildhtml: pytest --nbval --reruns =1 --reruns-delay =30 content/
40+ !buildhtml: pytest --nbval --reruns =1 --reruns-delay =30 {posargs} content/
4141 buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode =auto -nWT --keep-going
4242
4343pip_pre =
You can’t perform that action at this time.
0 commit comments