fix(ci): use /tmp/ci-venv-* to avoid host .venv conflict #5
Reference in New Issue
Block a user
Delete Branch "fix/ci-venv-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[CI] 失败
分支: 5
触发 commit:
cbdc965a0ed62d6c1f5f9487223fd437e8e21530请检查 CI 日志并修复。
✅ APPROVED
改动清晰:
.venv→/tmp/ci-venv-lint//tmp/ci-venv-test,避免自托管 runner 上与 host .venv 冲突。✅ 确认项:
/tmp是 CI runner 合适的临时目录🟢 小问题:test job 仍用
-m "not e2e"过滤,但 conftest.py 已默认 deselect integration+e2e。不冲突(conftest 是 collection 层面,-m 是 selection 层面,双重保险),但如果想统一可以后续去掉 -m 参数。Approve