|
|
|
|
|
by lyjackal
386 days ago
|
|
I recently did something similar. Using uv workspaces, I used the uv CLI's dependency graph to analyze the dependency tree then conditionally trigger CI workflows for affected projects. I wish there was a better way to access the uv dependency worktree other than parsing the `tree` like output |
|
edit: spell out GHA