This is an automated email from the ASF dual-hosted git repository. xtsong pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-agents.git
commit 8eeed4624d5ee508f26062920faa05cb752479a1 Author: WenjinXie <[email protected]> AuthorDate: Wed Mar 25 13:13:21 2026 +0800 [infra] Ensure pip is installed in venv. --- tools/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build.sh b/tools/build.sh index 0e17a8f3..75af0e9c 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -92,6 +92,7 @@ if $build_python; then pip install uv uv lock uv sync --extra dev + uv run python -m ensurepip --default-pip uv run python -m build uv pip install dist/*.whl
