mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
The GitHub Actions cache was restoring a cached virtual environment (.venv) with old code. This commit clears all caching layers: 1. Removes cached .venv directory (the main culprit) 2. Clears Python bytecode cache (.pyc files) 3. Clears UV cache directory This forces uv sync to create a completely fresh virtual environment with the latest source code changes, ensuring the authorization parameter is picked up across all tool runtime providers. |
||
|---|---|---|
| .. | ||
| install-llama-stack-client | ||
| run-and-record-tests | ||
| setup-ollama | ||
| setup-runner | ||
| setup-test-environment | ||
| setup-vllm | ||