Skip to content

Commit ff01eb0

Browse files
committed
fix(sandbox): correct uv version check command in install script
uv pip --version is not a valid uv subcommand; the correct command to verify the uv installation is uv --version.
1 parent cff7f6a commit ff01eb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/scripts/install-python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ uv python install "$PYTHON_VERSION" --default
1414
uv cache clean
1515

1616
python --version
17-
uv pip --version
17+
uv --version

0 commit comments

Comments
 (0)