We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bd9f1 commit 9fba8bcCopy full SHA for 9fba8bc
.github/workflows/unit_tests.yml
@@ -638,7 +638,7 @@ jobs:
638
curl -O http://$RUNNER/scripts/m4/profile.sb
639
640
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
+ pip install setuptools build -U -i http://$RUNNER/simple --trusted-host $RUNNER --extra-index-url https://pypi.org/simple
642
643
echo "=== installing test tools"
644
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