d53c3d290f704bff4860985403079b9cd2029748
CI / lint (push) Successful in 7s
CI / lint (pull_request) Successful in 7s
CI / test (push) Successful in 4s
CI / test (pull_request) Successful in 4s
CI / notify-on-failure (push) Successful in 2s
CI / notify-on-failure (pull_request) Successful in 1s
Root cause: ci.yml test job creates .venv but skips dev install when pyproject.toml is absent, leaving pytest uninstalled. Then .venv/bin/pytest fails with 'No such file or directory'. Fix: Install pytest directly when no pyproject.toml, and use /tmp path to avoid workspace pollution.
moziplus-v2
AI Native DevOps 平台 v2
Description
Languages
Python
100%