llama-stack-mirror/.github
Omar Abdelwahab 6dc2d92232 fix(ci): Clear cached .venv directory to ensure fresh install
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.
2025-11-12 15:25:51 -08:00
..
actions fix(ci): Clear cached .venv directory to ensure fresh install 2025-11-12 15:25:51 -08:00
ISSUE_TEMPLATE docs: fix broken links (#3647) 2025-10-01 16:48:13 -07:00
workflows fix: harden storage semantics (#4118) 2025-11-12 10:35:39 -08:00
CODEOWNERS chore: update CODEOWNERS (#3613) 2025-10-03 17:12:34 -07:00
dependabot.yml chore: move src/llama_stack/ui to src/llama_stack_ui (#4068) 2025-11-04 15:21:49 -08:00
mergify.yml ci: introduce Mergify bot to notify on PR conflicts (#4043) 2025-11-03 12:21:19 -08:00
PULL_REQUEST_TEMPLATE.md chore: fix visible comments in pr template (#2279) 2025-05-27 15:42:33 +02:00
TRIAGERS.md chore: update CODEOWNERS (#3613) 2025-10-03 17:12:34 -07:00