We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae01410 commit 1942f16Copy full SHA for 1942f16
.github/workflows/buildwheel.yml
@@ -134,9 +134,11 @@ jobs:
134
135
- run: pip install --upgrade pip
136
- run: pip install -r requirements-dev.txt
137
- - run: spin build
138
- - run: spin run -- pytest --doctest-glob='*.rst' doc/source
139
- - run: spin docs
+ - run: pip install .
+ - run: pytest --doctest-glob='*.rst' doc/source
+ - run: make -C doc html
140
+ env:
141
+ SPHINX_OPTS: '-W -j auto'
142
143
# Test build with minimum Cython and meson-python versions.
144
test_old_build_requires:
0 commit comments