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 790ca5e commit f13b796Copy full SHA for f13b796
build-scripts/uv_buf_build_script.sh
@@ -67,7 +67,7 @@ PY_TYPE="--python-preference=only-managed"
67
68
loud_print "Creating virtual environment"
69
# Install python deps
70
-uv venv .venv --python 3.12 "$PY_TYPE"
+uv venv .venv "$PY_TYPE"
71
72
if ! [ -d "${BUILD_ROOT}/.venv" ]; then
73
echo "Unable to locate virtual environment directory"
0 commit comments