Skip to content

Commit 3314f6d

Browse files
committed
doc
1 parent 4029e0e commit 3314f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
export PYTHONPATH=
5353
5454
- name: test notebooks
55-
run: python -m pytest _unittests/ut_xrun_doc/test_documentation_notebook.py --durations=10
55+
run: SCIPY_ARRAY_API=1 python -m pytest _unittests/ut_xrun_doc/test_documentation_notebook.py --durations=10
5656

5757
- name: Upload coverage reports to Codecov
5858
uses: codecov/codecov-action@v3
@@ -68,7 +68,7 @@ jobs:
6868
run: cp CHANGELOGS* ./_doc
6969

7070
- name: Documentation
71-
run: python -m sphinx ./_doc ./dist/html -n -w doc.txt
71+
run: SCIPY_ARRAY_API=1 python -m sphinx ./_doc ./dist/html -n -w doc.txt
7272

7373
- name: Summary
7474
run: cat doc.txt

0 commit comments

Comments
 (0)