Skip to content

Commit 9bab7d8

Browse files
SummerOneTwoclaude
andcommitted
fix: 修复 CI 打包测试缺少 pytest
在临时虚拟环境中安装 pytest 和 pytest-asyncio Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cbc0e6a commit 9bab7d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
python -m venv /tmp/test-venv
8989
source /tmp/test-venv/bin/activate
9090
pip install dist/autocode_mcp-*.whl
91+
pip install pytest pytest-asyncio
9192
- name: Run packaging smoke tests
9293
run: |
9394
source /tmp/test-venv/bin/activate

0 commit comments

Comments
 (0)