File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ # We temporarily ignore testing these tutorials as they use downstream packages
2+ # that are not yet compatible with Numpy 2.0 and cause notebook failures
3+ content/mooreslaw-tutorial.md
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ commands =
3939 pip freeze
4040
4141 # Ignore testing the tutorials listed in ignore_testing file
42- !buildhtml: bash -c ' find content -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
42+ !buildhtml-!devdeps: bash -c ' find content -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
43+ !buildhtml-devdeps: bash -c ' find content -name "*.md" | grep -vf ignore_testing -vf numpy_20_ignore_testing | xargs jupytext --to notebook '
4344
4445 !buildhtml: pytest --nbval-lax --durations =10 content/
4546 buildhtml: make -C site/ SPHINXOPTS =" -nWT --keep-going" html
You can’t perform that action at this time.
0 commit comments