Skip to content

Commit b768c8b

Browse files
committed
build: support uv.lock
1 parent 148b437 commit b768c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ pipeline {
466466
script: '''python3 -m venv bootstrap_uv
467467
bootstrap_uv/bin/pip install --disable-pip-version-check uv
468468
bootstrap_uv/bin/uv venv venv
469-
UV_PROJECT_ENVIRONMENT=./venv uv sync --frozen --group ci --no-install-project
469+
UV_PROJECT_ENVIRONMENT=./venv bootstrap_uv/bin/uv sync --frozen --group ci --no-install-project
470470
bootstrap_uv/bin/uv pip install --python=./venv/bin/python uv
471471
rm -rf bootstrap_uv
472472
'''

0 commit comments

Comments
 (0)