llama-stack-mirror/.github/actions/setup-runner
Omar Abdelwahab 1ea57b0a17 Fix CI: Clear Python bytecode cache before reinstall
The real issue was stale .pyc bytecode files in __pycache__ directories.
These cached files contained the old method signatures without the
authorization parameter, causing signature mismatch errors even though
the source .py files were correct.

Now clearing all __pycache__ directories and .pyc files before the
force-reinstall to ensure Python loads fresh bytecode from the updated
source files.
2025-11-12 15:16:34 -08:00
..
action.yml Fix CI: Clear Python bytecode cache before reinstall 2025-11-12 15:16:34 -08:00