File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ commands =
3737 # too due to issues with e.g. multiprocessing and problems in upstream dependency
3838 !buildhtml: bash -c ' if python -c "import platform; print(platform.platform())" | grep -i macos; then cat ignore_osx_testing >> ignore_testing; fi'
3939 !buildhtml: bash -c ' if python -c "import platform; print(platform.platform())" | grep -i win; then cat ignore_windows_testing >> ignore_testing; fi'
40- !buildhtml: bash -c ' if [[ $CI == True ]]; then cat ignore_gha_testing >> ignore_testing; fi'
40+ !buildhtml: bash -c ' if [[ $CI == true ]]; then cat ignore_gha_testing >> ignore_testing; fi'
4141 !buildhtml: bash -c ' find tutorials -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
4242
4343 !buildhtml: pytest --nbval-lax -vv --durations =10 tutorials
You can’t perform that action at this time.
0 commit comments