Skip to content

Commit aa8cd81

Browse files
committed
Test building the docs in CI
1 parent aa6c3d3 commit aa8cd81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/buildwheel.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
name: sdist
8181
path: dist/*.tar.gz
8282

83-
test_rst:
83+
test_docs:
8484
needs: build_wheels
85-
name: Test rst docs
85+
name: Test docs (build and doctest)
8686
runs-on: ubuntu-20.04
8787

8888
steps:
@@ -98,9 +98,10 @@ jobs:
9898
path: wheelhouse
9999

100100
- run: pip install --upgrade pip
101-
- run: pip install pytest
101+
- run: pip install -r requirements-dev.txt
102102
- run: pip install --no-index --find-links wheelhouse python_flint
103103
- run: pytest --doctest-glob='*.rst' doc/source
104+
- run: spin docs
104105

105106
test_wheels:
106107
needs: build_wheels

0 commit comments

Comments
 (0)