Fix CI: Force reinstall llama-stack from source

The CI was using a cached/stale version of the package that didn't
include our authorization parameter changes. Add explicit force
reinstall step to ensure the latest source code is used.
This commit is contained in:
Omar Abdelwahab 2025-11-12 15:12:42 -08:00
parent 778b7de9cb
commit 025c301a9a

View file

@ -40,6 +40,9 @@ runs:
echo "Updating project dependencies via uv sync" echo "Updating project dependencies via uv sync"
uv sync --all-groups uv sync --all-groups
echo "Force reinstalling llama-stack from source to ensure latest changes"
uv pip install --force-reinstall --no-deps -e .
echo "Installing ad-hoc dependencies" echo "Installing ad-hoc dependencies"
uv pip install faiss-cpu uv pip install faiss-cpu