mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 02:03:44 +00:00
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. |
||
|---|---|---|
| .. | ||
| actions | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| CODEOWNERS | ||
| dependabot.yml | ||
| mergify.yml | ||
| PULL_REQUEST_TEMPLATE.md | ||
| TRIAGERS.md | ||