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 4828932 commit 0ba2cbaCopy full SHA for 0ba2cba
.github/workflows/buildwheel.yml
@@ -156,7 +156,7 @@ jobs:
156
# We don't need to specify ninja as a requirement in pyproject.toml
157
# because without --no-build-isolation meson-python handles it
158
# automatically in get_requirements_for_build_wheel().
159
- - run: 'pip install cython==3.0 meson-python==0.13 ninja==1.9.0'
+ - run: 'pip install cython==3.0 meson-python==0.13 ninja==1.10'
160
- run: pip install --no-build-isolation .
161
- run: python -m flint.test --verbose
162
0 commit comments