Skip to content

Commit b3cc783

Browse files
committed
Use Ubuntu 24.04 for Flint 3.0
1 parent 1942f16 commit b3cc783

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/buildwheel.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
test_docs:
125125
name: Test docs (build and doctest)
126-
runs-on: ubuntu-20.04
126+
runs-on: ubuntu-24.04
127127
steps:
128128
- uses: actions/checkout@v4
129129
- uses: actions/setup-python@v5
@@ -134,11 +134,8 @@ jobs:
134134

135135
- run: pip install --upgrade pip
136136
- 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'
137+
- run: spin run -- pytest --doctest-glob='*.rst' doc/source
138+
- run: spin docs
142139

143140
# Test build with minimum Cython and meson-python versions.
144141
test_old_build_requires:

0 commit comments

Comments
 (0)