llama-stack-mirror/.github/actions/setup-runner
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
..
action.yml revert(ci): Remove unnecessary CI workarounds from action.yml 2025-11-12 16:11:16 -08:00