llama-stack-mirror/.github/actions
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
..
install-llama-stack-client fix(ci): use test.pypi as extra index for RC dependencies (#4009) 2025-10-31 12:55:43 -07:00
run-and-record-tests ci: Add vLLM support to integration testing infrastructure (with qwen) (#3545) 2025-11-06 10:36:40 +01:00
setup-ollama feat(tests): migrate to global "setups" system for test configuration (#3390) 2025-09-09 15:50:56 -07:00
setup-runner fix(ci): Clear cached .venv directory to ensure fresh install 2025-11-12 15:25:51 -08:00
setup-test-environment fix: harden storage semantics (#4118) 2025-11-12 10:35:39 -08:00
setup-vllm ci: Add vLLM support to integration testing infrastructure (with qwen) (#3545) 2025-11-06 10:36:40 +01:00