fix tests CI
This commit is contained in:
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .[test]
|
||||
pip install .[dev]
|
||||
|
||||
- name: Run pytest
|
||||
run: |
|
||||
|
||||
@@ -15,6 +15,7 @@ dependencies = [
|
||||
"mcp>=1.2.0",
|
||||
"openapi-core>=0.19.4",
|
||||
"pydantic>=2.10.5",
|
||||
"pytest>=8.3.4",
|
||||
"pyyaml>=6.0.0",
|
||||
]
|
||||
classifiers = [
|
||||
|
||||
Reference in New Issue
Block a user