playground to test the uv package installer and resolver!
Test how the installer and resolver works with a requirements.txt.
Use the Install with pip Action to test it.
pip install -r requirements.txt
Use the Install with uv Action to test it.
uv pip install -r requirements.txt
Action | Install time | Install time (with cache) |
---|---|---|
Install with pip | ~ 148 seconds | ~ 114 seconds |
Install with uv | ~ 28 seconds | (not working yet) |
Install with uv is 5 times faster with tested requirements.txt
Warning
The uv
cache does not work now. It looks like it will be available in setup-python actions/setup-python#818