Skip to content

Commit 171e22b

Browse files
committed
Revert "CI install ninja from pypi"
1 parent c9cd771 commit 171e22b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
CIBW_ARCHS_LINUX: auto64
7575
CIBW_ARCHS_MACOS: x86_64 arm64
7676
CIBW_ARCHS_WINDOWS: auto64
77-
CIBW_BEFORE_ALL_LINUX: yum install -y python3-devel
77+
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel
78+
CIBW_BEFORE_ALL_WINDOWS: choco install ninja
79+
CIBW_BEFORE_ALL_MACOS: brew install ninja
7880
- name: Upload package
7981
uses: actions/upload-artifact@v4
8082
with:

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type = ["mypy"]
3434
doc = ["furo"]
3535

3636
[build-system]
37-
requires = ["meson-python", "cython", "scikit-learn", "build", "ninja"]
37+
requires = ["meson-python", "cython", "scikit-learn", "build"]
3838
build-backend = "mesonpy"
3939

4040
[tool.pixi.project]

0 commit comments

Comments
 (0)