Commit 815b17e
authored
Add uv as a required dependency for codegen for early return (#1395)
Add `uv` as a required dependency to ensure code generation as `uv` is
used in one of the `post_generation` commands `make fmt`. This ensures
that generation fails early on in environments which do not have uv
rather then failing post generation.
## What changed
### Internal changes
Now the codegen checks if `uv` exists before starting code generation
## How is this tested?
N/A
NO_CHANGELOG=true1 parent 9aa5f64 commit 815b17e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments