Skip to content

Commit 9467b8e

Browse files
author
root
committed
Fix CI: Correct MCP module path for testing
1 parent 3ae0b5b commit 9467b8e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/shared.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,11 @@ jobs:
3333
run: |
3434
uv run --no-sync python -m pip install python-jose types-python-jose
3535
36-
- name: Install local mcp package
37-
run: |
38-
uv run --no-sync pip install -e ./src
39-
4036
- name: Verify installation
4137
run: uv run --no-sync python -m pip list
4238

4339
- name: Set Python Path for MCP
44-
run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)/src" >> $GITHUB_ENV
40+
run: echo "PYTHONPATH=$(pwd)/src" >> $GITHUB_ENV
4541

4642
- name: Run pytest
4743
env:
@@ -50,3 +46,4 @@ jobs:
5046

5147

5248

49+

0 commit comments

Comments
 (0)