Skip to content

Commit

Permalink
CI add uv as build dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Aug 1, 2024
1 parent bfe841b commit 7b409d2
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:

- name: Re-install local
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
pixi run rebuild
- name: Lint with ruff
run: |
Expand Down
74 changes: 73 additions & 1 deletion pixi.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ scikit-learn = ">=1.5.0,<1.6"
ninja = ">=1.12.1,<1.13"
build = ">=0.7.0,<0.8"
meson-python = ">=0.16.0,<0.17"
uv = ">=0.2.30,<0.3"

[tool.pixi.target.osx-arm64.build-dependencies]
compilers = ">=1.7.0,<1.8"
Expand Down

0 comments on commit 7b409d2

Please sign in to comment.