一旦 cp315 轮子普遍可用,则放弃 UV_LOCK_TIMEOUT=900 的 CI 解决方案
作者: masenf创建于 2026年9月14日更新于 2026年9月14日
跟进 https://GitHub.com/reflex-dev/reflex/pull/6930 (Python 3.15 支持)。`.GitHub/actions/setup_build_env/action.yml` 现在在 `uv sync` 上设置了 `UV_LOCK_TIMEOUT: "900"`,因为在 cp315 版本中,一些依赖项(numpy、pandas、scipy、matplotlib、contourpy 等)没有预构建的安装包,而是从 sdist 构建,这可能会使 uv 缓存锁持续到默认的 300 秒。
内容来源: reflex-dev/reflex