Skip to content

Commit 5d5c5b0

Browse files
authored
Fix setup script again (flagos-ai#2648)
1 parent c796122 commit 5d5c5b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ printf "HTTP_PROXY=${http_proxy}\n"
105105
# Install FlagGems
106106
export FLAGOS_PYPI="https://resource.flagos.net/repository/flagos-pypi-${VENDOR}/simple"
107107
printf "Install build tools ... "
108-
uv pip install -q \
108+
uv pip install \
109109
"setuptools>=64.0" \
110110
"scikit-build-core==0.12.2" \
111111
"pybind11==3.0.3" \

0 commit comments

Comments
 (0)