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 aa6c3d3 commit aa8cd81Copy full SHA for aa8cd81
.github/workflows/buildwheel.yml
@@ -80,9 +80,9 @@ jobs:
80
name: sdist
81
path: dist/*.tar.gz
82
83
- test_rst:
+ test_docs:
84
needs: build_wheels
85
- name: Test rst docs
+ name: Test docs (build and doctest)
86
runs-on: ubuntu-20.04
87
88
steps:
@@ -98,9 +98,10 @@ jobs:
98
path: wheelhouse
99
100
- run: pip install --upgrade pip
101
- - run: pip install pytest
+ - run: pip install -r requirements-dev.txt
102
- run: pip install --no-index --find-links wheelhouse python_flint
103
- run: pytest --doctest-glob='*.rst' doc/source
104
+ - run: spin docs
105
106
test_wheels:
107
0 commit comments