We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4029e0e commit 3314f6dCopy full SHA for 3314f6d
.github/workflows/documentation.yml
@@ -52,7 +52,7 @@ jobs:
52
export PYTHONPATH=
53
54
- name: test notebooks
55
- run: python -m pytest _unittests/ut_xrun_doc/test_documentation_notebook.py --durations=10
+ run: SCIPY_ARRAY_API=1 python -m pytest _unittests/ut_xrun_doc/test_documentation_notebook.py --durations=10
56
57
- name: Upload coverage reports to Codecov
58
uses: codecov/codecov-action@v3
@@ -68,7 +68,7 @@ jobs:
68
run: cp CHANGELOGS* ./_doc
69
70
- name: Documentation
71
- run: python -m sphinx ./_doc ./dist/html -n -w doc.txt
+ run: SCIPY_ARRAY_API=1 python -m sphinx ./_doc ./dist/html -n -w doc.txt
72
73
- name: Summary
74
run: cat doc.txt
0 commit comments