frequenz-floss / frequenz-repo-config-python

Frequenz repository setup tools and common configuration for Python
https://frequenz-floss.github.io/frequenz-repo-config-python/
MIT License
4 stars 7 forks source link

Quick & dirty hack to use `uv pip` #229

Closed Marenz closed 7 months ago

Marenz commented 9 months ago

Signed-off-by: Mathias L. Baumann mathias.baumann@frequenz.com

llucax commented 7 months ago

Closing as now nox supports using uv out of the box, you just need to pass --default-venv-backend uv or export NOX_DEFAULT_VENV_BACKEND=uv.