mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
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:
parent
778b7de9cb
commit
025c301a9a
1 changed files with 3 additions and 0 deletions
3
.github/actions/setup-runner/action.yml
vendored
3
.github/actions/setup-runner/action.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue