Skip to content

Commit 62822c4

Browse files
committed
fix setup_vendor.sh
1 parent f20d1c1 commit 62822c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/setup_vendor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ case $VENDOR in
3535

3636
uv pip uninstall triton
3737
RES="--index-url=https://resource.flagos.net/repository/flagos-pypi-hosted/simple"
38-
python3.12 -m pip install flagtree===0.5.0 $RES
38+
python3.12 -m uv pip install flagtree===0.5.0 $RES
3939
uv pip install -e .
4040
uv pip install ".[test]"
4141
;;

0 commit comments

Comments
 (0)