Skip to content

Commit 2edde8d

Browse files
committed
Fix broken pip install command
1 parent d02d6e0 commit 2edde8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-sglang-benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pip install --no-compile -r requirements.txt -e sharktank/ shortfin/
7070
7171
# Pin to known-working versions.
72-
pip install -f https://iree.dev/pip-release-links.html
72+
pip install -f https://iree.dev/pip-release-links.html \
7373
iree-base-compiler==3.1.0rc20241220 \
7474
iree-base-runtime==3.1.0rc20241220 \
7575
"numpy<2.0"

0 commit comments

Comments
 (0)