Skip to content

Commit

Permalink
Remove -q from pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
eramongodb committed Feb 7, 2025
1 parent 2b9a4ad commit 3393858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ else
fi

if ! command -v uv >/dev/null; then
UV_UNMANAGED_INSTALL=1 INSTALLER_PRINT_VERBOSE=1 python -m pip install -q uv
UV_UNMANAGED_INSTALL=1 INSTALLER_PRINT_VERBOSE=1 python -m pip install uv
uv --version
fi

Expand Down

0 comments on commit 3393858

Please sign in to comment.