Skip to content

Commit

Permalink
Add ninja to build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 9, 2023
1 parent f3dc838 commit e1a03da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
MB_PYTHON_VERSION: ${{ matrix.python }}
MB_ML_LIBC: ${{ matrix.mb-ml-libc }}
MB_ML_VER: ${{ matrix.mb-ml-ver }}
BUILD_BASE: "meson-python>=0.13 cython>=3"
BUILD_BASE: "meson-python>=0.13 ninja cython>=3"
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
BUILD_COMMIT: ${{ inputs.build-commit }}
WHEEL_SDIR: wheelhouse
MB_PYTHON_VERSION: ${{ matrix.python }}
BUILD_BASE: "meson-python>=0.13 cython>=3"
BUILD_BASE: "meson-python>=0.13 ninja cython>=3"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e1a03da

Please sign in to comment.