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 8abca18 commit 8b6f3d5Copy full SHA for 8b6f3d5
.github/workflows/buildwheel.yml
@@ -150,7 +150,10 @@ jobs:
150
- run: sudo apt-get update
151
- run: sudo apt-get install libflint-dev
152
# The versions here should be kept in sync with pyproject.toml.
153
- - run: 'pip install cython==3.0 meson-python==0.13'
+ # 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'
157
- run: pip install --no-build-isolation .
158
- run: python -m flint.test --verbose
159
0 commit comments