Skip to content

Commit 1942f16

Browse files
committed
Don't use spin for CI tests
1 parent ae01410 commit 1942f16

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/buildwheel.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,11 @@ jobs:
134134

135135
- run: pip install --upgrade pip
136136
- 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
137+
- run: pip install .
138+
- run: pytest --doctest-glob='*.rst' doc/source
139+
- run: make -C doc html
140+
env:
141+
SPHINX_OPTS: '-W -j auto'
140142

141143
# Test build with minimum Cython and meson-python versions.
142144
test_old_build_requires:

0 commit comments

Comments
 (0)