Skip to content

Commit f7335b2

Browse files
author
root
committed
Fix CI: Clean up mcp directory before installation
1 parent c9543ca commit f7335b2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/shared.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,11 @@ jobs:
5959
- name: Install the project
6060
run: uv sync --frozen --all-extras --dev --python ${{ matrix.python-version }}
6161

62+
- name: Clean existing mcp directory
63+
run: rm -rf /home/runner/work/python-sdk/python-sdk/src/mcp
64+
6265
- name: Install dependencies
6366
run: pip install -r requirements.txt
64-
65-
- name: Install required packages
66-
run: pip install python-jose types-python-jose
67-
68-
- name: Manually install python-jose (fix CI issue)
69-
run: pip install python-jose types-python-jose
7067

7168
- name: Run pytest
7269
run: uv run --no-sync pytest

0 commit comments

Comments
 (0)