Skip to content

Commit 9fba8bc

Browse files
[CI] no need install uv (#1723)
1 parent d9bd9f1 commit 9fba8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ jobs:
638638
curl -O http://$RUNNER/scripts/m4/profile.sb
639639
640640
echo "=== installing uv setuptools build"
641-
pip install uv setuptools build -U -i http://$RUNNER/simple --trusted-host $RUNNER --extra-index-url https://pypi.org/simple
641+
pip install setuptools build -U -i http://$RUNNER/simple --trusted-host $RUNNER --extra-index-url https://pypi.org/simple
642642
643643
echo "=== installing test tools"
644644
uv pip install pytest parameterized vllm lm-eval device-smi mlx-lm -U -i http://$RUNNER/simple/ --trusted-host $RUNNER --extra-index-url https://pypi.org/simple

0 commit comments

Comments
 (0)