llama-stack-mirror/.github/actions/setup-runner
Omar Abdelwahab 8b6588dc1e fix(ci): Clear UV cache directory instead of lock file
The previous approach of removing uv.lock caused dependency resolution
failures. The real issue is the UV_CACHE_DIR that contains pre-built
wheels with old code. This commit:

1. Keeps uv.lock (it's part of the project)
2. Clears UV_CACHE_DIR (where compiled wheels are cached)
3. Forces uv to rebuild wheels from source

This ensures the latest source code changes are picked up without
breaking dependency resolution.
2025-11-12 15:23:06 -08:00
..
action.yml fix(ci): Clear UV cache directory instead of lock file 2025-11-12 15:23:06 -08:00