Closed pederhan closed 1 month ago
This PR replaces all pip install invocations in CI with uv pip install using the much faster uv Python package manager.
pip install
uv pip install
This PR replaces all
pip install
invocations in CI withuv pip install
using the much faster uv Python package manager.