sktime/sktime

[ENH] speed up CI by using `uv` instead of `pip` for VM setup

Open

#6,288 创建于 2024年4月11日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Python (1,192 fork)batch import
enhancementgood first issuemaintenance

仓库指标

Star
 (7,162 star)
PR 合并指标
 (平均合并 26天 10小时) (30 天内合并 86 个 PR)

描述

Updated by @fkiraly:

We should explore replacing pip with uv in CI, to spead up CI runtimes.

The replacement should not change environment specifications or dependency handling.

Out of scope: change of standard developer workflow, which still should work via pip.


Original post:

Is your feature request related to a problem? Please describe. Installation via pip is slow

Describe the solution you'd like Use uv instead

贡献者指南