We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf7db2 commit 96c510cCopy full SHA for 96c510c
1 file changed
.github/workflows/resolver.yml
@@ -47,6 +47,9 @@ jobs:
47
with:
48
python-version: "3.13"
49
50
+ - name: Install Python packaging tools
51
+ run: python -m pip install -U pip build
52
+
53
- name: Setup uv
54
uses: astral-sh/setup-uv@v6
55
0 commit comments