Verbose install

This commit is contained in:
Cheng
2025-07-30 16:57:43 +09:00
parent 262882b6ca
commit ad69a87050

View File

@@ -89,7 +89,7 @@ jobs:
command: | command: |
uv venv uv venv
uv pip install cmake uv pip install cmake
uv pip install -e ".[dev]" uv pip install -e ".[dev]" -v
- run: - run:
name: Generate package stubs name: Generate package stubs
command: | command: |
@@ -146,7 +146,7 @@ jobs:
name: Install Python package name: Install Python package
command: | command: |
DEBUG=1 CMAKE_ARGS="-DCMAKE_COMPILE_WARNING_AS_ERROR=ON" \ DEBUG=1 CMAKE_ARGS="-DCMAKE_COMPILE_WARNING_AS_ERROR=ON" \
uv pip install -e . uv pip install -e . -v
- run: - run:
name: Generate package stubs name: Generate package stubs
command: | command: |
@@ -229,7 +229,7 @@ jobs:
command: | command: |
uv venv uv venv
CMAKE_ARGS="-DMLX_BUILD_CUDA=ON -DCMAKE_CUDA_COMPILER=`which nvcc`" \ CMAKE_ARGS="-DMLX_BUILD_CUDA=ON -DCMAKE_CUDA_COMPILER=`which nvcc`" \
uv pip install -e ".[dev]" uv pip install -e ".[dev]" -v
- run: - run:
name: Run Python tests name: Run Python tests
command: | command: |