mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 20:32:26 +00:00
debug and fix
This commit is contained in:
parent
3bfbc212fa
commit
1a01ce6a2c
2 changed files with 7 additions and 2 deletions
4
.github/actions/setup-runner/action.yml
vendored
4
.github/actions/setup-runner/action.yml
vendored
|
|
@ -25,6 +25,9 @@ runs:
|
|||
uv sync --all-groups
|
||||
uv pip install ollama faiss-cpu
|
||||
|
||||
# You must install llama-stack first because otherwise it will overwrite llama-stack-client-python
|
||||
uv pip install -e .
|
||||
|
||||
# Install llama-stack-client-python based on the client-version input
|
||||
if [ "${{ inputs.client-version }}" = "latest" ]; then
|
||||
echo "Installing latest llama-stack-client-python from main branch"
|
||||
|
|
@ -37,4 +40,3 @@ runs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
uv pip install -e .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue