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 3b349b9 commit 354629eCopy full SHA for 354629e
.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.11'
+ - run: 'pip install "cython==3.0" "meson-python==0.13" "ninja<1.11"'
160
- run: pip install --no-build-isolation .
161
- run: python -m flint.test --verbose
162
0 commit comments