Skip to content

Commit 96c510c

Browse files
committed
Fix resolver CI job
1 parent cbf7db2 commit 96c510c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/resolver.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
with:
4848
python-version: "3.13"
4949

50+
- name: Install Python packaging tools
51+
run: python -m pip install -U pip build
52+
5053
- name: Setup uv
5154
uses: astral-sh/setup-uv@v6
5255

0 commit comments

Comments
 (0)