Skip to content

Commit f13b796

Browse files
committed
WIP: buf build
1 parent 790ca5e commit f13b796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/uv_buf_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ PY_TYPE="--python-preference=only-managed"
6767

6868
loud_print "Creating virtual environment"
6969
# Install python deps
70-
uv venv .venv --python 3.12 "$PY_TYPE"
70+
uv venv .venv "$PY_TYPE"
7171

7272
if ! [ -d "${BUILD_ROOT}/.venv" ]; then
7373
echo "Unable to locate virtual environment directory"

0 commit comments

Comments
 (0)