mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
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'. |
||
|---|---|---|
| .. | ||
| action.yml | ||