llama-stack-mirror/.github/actions
Omar Abdelwahab 4a1fa139f1 revert(ci): Remove unnecessary CI workarounds from action.yml
Now that we've fixed the actual root cause (api_recorder.py missing the
authorization parameter), we can revert all the CI workarounds that were
added during troubleshooting:

Removed changes:
- Cache clearing (venv, pycache, UV cache)
- PYTHONDONTWRITEBYTECODE environment variable
- --no-install-project flag
- Force reinstalling llama-stack
- Installing ci-tests distribution dependencies via llama CLI
- Final bytecode cache cleanup

These were all based on incorrect diagnosis (missing dependencies or module
caching) and are no longer needed. The real fix was updating api_recorder.py
to include the authorization parameter in patched tool runtime methods.

Restoring the simpler, original CI setup that just runs 'uv sync --all-groups'.
2025-11-12 16:11:16 -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 revert(ci): Remove unnecessary CI workarounds from action.yml 2025-11-12 16:11:16 -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