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 f20d1c1 commit 62822c4Copy full SHA for 62822c4
1 file changed
tools/setup_vendor.sh
@@ -35,7 +35,7 @@ case $VENDOR in
35
36
uv pip uninstall triton
37
RES="--index-url=https://resource.flagos.net/repository/flagos-pypi-hosted/simple"
38
- python3.12 -m pip install flagtree===0.5.0 $RES
+ python3.12 -m uv pip install flagtree===0.5.0 $RES
39
uv pip install -e .
40
uv pip install ".[test]"
41
;;
0 commit comments