File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 59
59
- name : Install the project
60
60
run : uv sync --frozen --all-extras --dev --python ${{ matrix.python-version }}
61
61
62
+ - name : Install dependencies
63
+ run : pip install -r requirements.txt
64
+
62
65
- name : Install required packages
63
66
run : pip install python-jose types-python-jose
64
67
68
+ - name : Manually install python-jose (fix CI issue)
69
+ run : pip install python-jose types-python-jose
70
+
65
71
- name : Run pytest
66
72
run : uv run --no-sync pytest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ httpx==0.28.1
12
12
httpx-sse == 0.4.0
13
13
idna == 3.10
14
14
iniconfig == 2.1.0
15
- -e git+https://github.com/Vinisha-Projects/python-sdk.git@d5b54f43d7efcfaadf21f1a1a66e54951188b10b #egg=mcp
15
+ -e git+https://github.com/Vinisha-Projects/python-sdk.git@23efae98ed37528a2dffd34988664b1b2585307b #egg=mcp
16
16
mypy == 1.15.0
17
17
mypy_extensions == 1.1.0
18
18
packaging == 25.0
You can’t perform that action at this time.
0 commit comments