We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f813db commit f623a48Copy full SHA for f623a48
.github/workflows/run_tests.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install dependencies
14
run: |-
15
python -m pip install --upgrade pip
16
- pip install httpx==0.28.1, mcp[cli]==1.9.3, pytest==8.4.1
+ pip install mcp[cli]==1.9.3, pytest-asyncio==1.0.0
17
18
- name: Free space
19
run: df -h && rm -rf /opt/hostedtoolcache* && df -h
0 commit comments