/cache-playground

Primary LanguagePythonMIT LicenseMIT

uv-playground

playground to test the uv package installer and resolver!

Tests

Test how the installer and resolver works with a requirements.txt.

Install with pip

Use the Install with pip Action to test it.

pip install -r requirements.txt

Install with uv

Use the Install with uv Action to test it.

uv pip install -r requirements.txt

Time comparison

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