Skip to content

[infra] Ensure pip is installed in venv.#585

Merged
xintongsong merged 2 commits intoapache:mainfrom
wenjin272:fix-ci
Mar 25, 2026
Merged

[infra] Ensure pip is installed in venv.#585
xintongsong merged 2 commits intoapache:mainfrom
wenjin272:fix-ci

Conversation

@wenjin272
Copy link
Collaborator

@wenjin272 wenjin272 commented Mar 25, 2026

Purpose of change

It appears that after the pulled uv version changed (0.11.0 -> 0.11.1), uv no longer installs pip by default in the virtual environment, causing subsequent builds to fail.

image

I added the following command to built.sh to ensure that pip is installed: uv run python -m ensurepip --default-pip

Tests

API

Documentation

  • doc-needed
  • doc-not-needed
  • doc-included

@github-actions github-actions bot added doc-not-needed Your PR changes do not impact docs fixVersion/0.3.0 The feature or bug should be implemented/fixed in the 0.3.0 version. priority/major Default priority of the PR or issue. and removed doc-not-needed Your PR changes do not impact docs labels Mar 25, 2026
@xintongsong xintongsong merged commit f951042 into apache:main Mar 25, 2026
45 of 46 checks passed
@xintongsong
Copy link
Contributor

Ported to release-0.2 in: 582dd40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-not-needed Your PR changes do not impact docs fixVersion/0.2.2 fixVersion/0.3.0 The feature or bug should be implemented/fixed in the 0.3.0 version. priority/major Default priority of the PR or issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants