Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 2bc9d6e

Browse files
committed
ci: ensure pip available in run-test
1 parent d69979d commit 2bc9d6e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: Run pre-release steps
5252
run: uv run python pre-release-steps.py
5353

54+
- name: Install pip in venv
55+
run: uv run -m ensurepip --upgrade
56+
5457
- name: Build wheel
5558
run: uv build
5659

0 commit comments

Comments
 (0)