Commit 88641cc
authored
feat: use
pip-tools are very slow. What takes it 10+ minutes to resolve all
dependencies can be done in seconds with `uv`. This is especially
problematic when we attempt to run `update-constraints` against a repo
with a huge dependency tree (like instructlab/instructlab) which may
even time out in gate because of how slow pip-compile is.
`uv pip compile` is, largely, a drop-in replacement for `pip-compile`,
so the transition is very simple.
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
**Checklist:**
- [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary).
- [ ] [Changelog](https://github.com/instructlab/ci-actions/blob/main/CHANGELOG.md) updated with breaking and/or notable changes for the next minor release.
- [ ] Documentation has been added and/or updated, if applicable.
- [ ] Unit tests have been added and/or updated. (If this is not applicable, please provide a justification.)
- [ ] Integration testing has been performed, if applicable
## Description of this Change
Approved-by: courtneypacheco
Approved-by: ktdreyeruv pip compile for update-constraints (#26)File tree
2 files changed
+5
-6
lines changed- actions/update-constraints
2 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments