Skip to content

Commit 0ba2cba

Browse files
committed
Use ninja 1.0
1 parent 4828932 commit 0ba2cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
# We don't need to specify ninja as a requirement in pyproject.toml
157157
# because without --no-build-isolation meson-python handles it
158158
# automatically in get_requirements_for_build_wheel().
159-
- run: 'pip install cython==3.0 meson-python==0.13 ninja==1.9.0'
159+
- run: 'pip install cython==3.0 meson-python==0.13 ninja==1.10'
160160
- run: pip install --no-build-isolation .
161161
- run: python -m flint.test --verbose
162162

0 commit comments

Comments
 (0)