File tree 2 files changed +5
-1
lines changed
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 =
39
39
pip freeze
40
40
41
41
# 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 '
43
44
44
45
!buildhtml: pytest --nbval-lax --durations =10 content/
45
46
buildhtml: make -C site/ SPHINXOPTS =" -nWT --keep-going" html
You can’t perform that action at this time.
0 commit comments