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 1942f16 commit b3cc783Copy full SHA for b3cc783
.github/workflows/buildwheel.yml
@@ -123,7 +123,7 @@ jobs:
123
124
test_docs:
125
name: Test docs (build and doctest)
126
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
127
steps:
128
- uses: actions/checkout@v4
129
- uses: actions/setup-python@v5
@@ -134,11 +134,8 @@ jobs:
134
135
- run: pip install --upgrade pip
136
- run: pip install -r requirements-dev.txt
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'
+ - run: spin run -- pytest --doctest-glob='*.rst' doc/source
+ - run: spin docs
142
143
# Test build with minimum Cython and meson-python versions.
144
test_old_build_requires:
0 commit comments