wntrblm / nox

Flexible test automation for Python
https://nox.thea.codes
Apache License 2.0
1.3k stars 148 forks source link

chore: use uv if available in action #831

Closed henryiii closed 3 months ago

henryiii commented 3 months ago

If uv has been installed before the nox action, use it to speed up the install of nox. Should save ~10 seconds or so.

henryiii commented 3 months ago

Also moved one of the action tests to using uv, nice and snappy as expected. :)