typeshed
typeshed copied to clipboard
[CI] Use version from requirements for setup-uv
Closes: #14079
I just saw https://github.com/astral-sh/setup-uv/releases/tag/v6.4.0 is out with version-file support !
That will be useful when we switch to pyproject. Unfortunately, for the time being, this PR is still required.
That will be useful when we switch to pyproject. Unfortunately, for the time being, this PR is still required.
It supports requirements files though ?
Meaning this PR could be simplified to just adding with: version-file: requirements-tests.txt
In my defense, I was very tired when I wrote that.