Skip to content

Commit 8b6f3d5

Browse files
committed
Use newer meson-python...
1 parent 8abca18 commit 8b6f3d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ jobs:
150150
- run: sudo apt-get update
151151
- run: sudo apt-get install libflint-dev
152152
# The versions here should be kept in sync with pyproject.toml.
153-
- run: 'pip install cython==3.0 meson-python==0.13'
153+
# Not sure if ninja should be listed as a requirement in pyproject.toml
154+
# as with newer meson-python it does not seem to be needed but this CI
155+
# job would fail without it being installed explicitly here...
156+
- run: 'pip install cython==3.0 meson-python'
154157
- run: pip install --no-build-isolation .
155158
- run: python -m flint.test --verbose
156159

0 commit comments

Comments
 (0)