Remove extra Python installation step

This commit is contained in:
James Murdza
2025-10-19 21:12:37 -07:00
parent 311c80acea
commit a847289a8c
-5
View File
@@ -86,11 +86,6 @@ if ! check_uv; then
install_uv
fi
# Install Python 3.12 using UV
print_step "Installing Python 3.12 using UV..."
uv python install 3.12
print_success "Python 3.12 installed"
# Create virtual environment using UV
print_step "Creating virtual environment with UV..."
rm -rf .venv