Skip to content

Commit

Permalink
[CI] install mlx (ModelCloud#1071)
Browse files Browse the repository at this point in the history
* [CI] install mlx

* [CI] remove mlx
  • Loading branch information
CSY-ModelCloud authored Jan 10, 2025
1 parent 3d72d5e commit 196afce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,11 @@ jobs:
if [ "${{ matrix.test_script }}" == "test_ipex_xpu" ]; then
source /etc/profile.d/pyenv.sh && pyenv activate xpu
fi
if [[ "${{ matrix.test_script }}" == *"mlx"* ]]; then
uv pip install mlx_lm --no-build-isolation
fi
echo "===== install dist/whl ====="
uv pip install dist/*.whl
Expand Down

0 comments on commit 196afce

Please sign in to comment.