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

貢獻者指南