Skip to content

Commit f579f5a

Browse files
committed
Actions fix
1 parent c474a53 commit f579f5a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-coverage.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,15 @@ jobs:
1919
with:
2020
python-version: '3.9'
2121

22-
- name: Set up virtual environment
22+
- name: Set up environment
2323
run: |
24-
python3 -m venv .venv
25-
source .venv/bin/activate
2624
pip install --upgrade pip
25+
pip install "mcp[cli]"
2726
pip install -r requirements.txt
2827
pip install pytest pytest-cov
2928
3029
- name: Run tests with coverage
3130
run: |
32-
source .venv/bin/activate
3331
pytest --cov=src --cov-report=xml --cov-fail-under=80
3432
3533
- name: Upload coverage report

0 commit comments

Comments
 (0)