Skip to content

Commit 8c52905

Browse files
committed
Install setuptools and wheel in CI
Add step to install setuptools and wheel in the tests workflow's Install Python Dependencies job. This ensures build tools are available before installing the package extras (`uv pip install --system " .[tests,mcp]"`), reducing potential build/install failures during CI.
1 parent f937eb0 commit 8c52905

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
- name: Install Python Dependencies
3030
run: |
31+
uv pip install --system setuptools wheel
3132
uv pip install --system ".[tests,mcp]"
3233
3334
- name: Run tests

0 commit comments

Comments
 (0)