aspect-build / aspect-workflows-template

Scaffolding for new Aspect workspace
1 stars 1 forks source link

chore: use uv for faster pip compile #24

Closed alexeagle closed 3 months ago

alexeagle commented 3 months ago

Changes are visible to end-users: yes

Now uses https://github.com/theoremlp/rules_uv to run https://github.com/astral-sh/uv for pip compile to lock python requirements, reported to be 95% faster.

Test plan