Skip to content

Commit

Permalink
Revert "CI install ninja from pypi"
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Aug 9, 2024
1 parent c9cd771 commit 171e22b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
CIBW_ARCHS_LINUX: auto64
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_WINDOWS: auto64
CIBW_BEFORE_ALL_LINUX: yum install -y python3-devel
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel
CIBW_BEFORE_ALL_WINDOWS: choco install ninja
CIBW_BEFORE_ALL_MACOS: brew install ninja
- name: Upload package
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type = ["mypy"]
doc = ["furo"]

[build-system]
requires = ["meson-python", "cython", "scikit-learn", "build", "ninja"]
requires = ["meson-python", "cython", "scikit-learn", "build"]
build-backend = "mesonpy"

[tool.pixi.project]
Expand Down

0 comments on commit 171e22b

Please sign in to comment.