We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9543ca commit f7335b2Copy full SHA for f7335b2
.github/workflows/shared.yml
@@ -59,14 +59,11 @@ jobs:
59
- name: Install the project
60
run: uv sync --frozen --all-extras --dev --python ${{ matrix.python-version }}
61
62
+ - name: Clean existing mcp directory
63
+ run: rm -rf /home/runner/work/python-sdk/python-sdk/src/mcp
64
+
65
- name: Install dependencies
66
run: pip install -r requirements.txt
-
- - name: Install required packages
- run: pip install python-jose types-python-jose
67
68
- - name: Manually install python-jose (fix CI issue)
69
70
71
- name: Run pytest
72
run: uv run --no-sync pytest
0 commit comments