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 f3dc838 commit e1a03daCopy full SHA for e1a03da
.github/workflows/wheels-linux.yml
@@ -48,7 +48,7 @@ jobs:
48
MB_PYTHON_VERSION: ${{ matrix.python }}
49
MB_ML_LIBC: ${{ matrix.mb-ml-libc }}
50
MB_ML_VER: ${{ matrix.mb-ml-ver }}
51
- BUILD_BASE: "meson-python>=0.13 cython>=3"
+ BUILD_BASE: "meson-python>=0.13 ninja cython>=3"
52
steps:
53
- uses: actions/checkout@v4
54
with:
.github/workflows/wheels-windows.yml
@@ -31,7 +31,7 @@ jobs:
31
BUILD_COMMIT: ${{ inputs.build-commit }}
32
WHEEL_SDIR: wheelhouse
33
34
35
36
37
0 commit comments