mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Remove unnecessary uv
This commit is contained in:
@@ -72,10 +72,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Run style checks
|
name: Run style checks
|
||||||
command: |
|
command: |
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
pip install pre-commit
|
||||||
uv venv
|
pre-commit run --all
|
||||||
uv pip install pre-commit
|
|
||||||
uv run --no-project pre-commit run --all
|
|
||||||
if ! git diff --quiet; then echo 'Style checks failed, please install pre-commit and run pre-commit run --all and push the change'; exit 1; fi
|
if ! git diff --quiet; then echo 'Style checks failed, please install pre-commit and run pre-commit run --all and push the change'; exit 1; fi
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
@@ -85,9 +83,11 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libblas-dev liblapack-dev liblapacke-dev
|
sudo apt-get install -y libblas-dev liblapack-dev liblapacke-dev
|
||||||
sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev
|
sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev
|
||||||
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
- run:
|
- run:
|
||||||
name: Install Python package
|
name: Install Python package
|
||||||
command: |
|
command: |
|
||||||
|
uv venv
|
||||||
uv pip install cmake
|
uv pip install cmake
|
||||||
uv pip install -e ".[dev]"
|
uv pip install -e ".[dev]"
|
||||||
- run:
|
- run:
|
||||||
|
|||||||
Reference in New Issue
Block a user