fix(ci): deploy.yml 用 /tmp/ci-venv 替代 requirements.txt #17

Merged
jiangwei-infra merged 1 commits from fix/deploy-workflow into main 2026-06-09 23:15:40 +00:00

1 Commits

Author SHA1 Message Date
cfdaily 405b7147a7 fix(ci): deploy.yml 用 /tmp/ci-venv + 直接 pip install 替代 requirements.txt
CI / lint (pull_request) Successful in 8s
CI / test (pull_request) Successful in 9s
CI / notify-on-failure (pull_request) Successful in 1s
仓库没有 requirements.txt,deploy workflow 每次 push 到 main 都报错。
改为与 ci.yml 一致的方式:/tmp/ci-venv + 直接 pip install 依赖。
2026-06-10 07:14:29 +08:00