Skip to content

Commit 0995062

Browse files
committed
ugh, quote it
1 parent 27f77df commit 0995062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ main() {
195195
# Install vLLM and its requirements
196196
pip install -r .github/packaging/vllm_reqs_12_8.txt
197197
pip install six
198-
pip install setuptools<80
198+
pip install "setuptools<80"
199199
python -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
200200

201201
# Install monarch

0 commit comments

Comments
 (0)