debug and fix

This commit is contained in:
Ashwin Bharambe 2025-08-18 13:07:00 -07:00
parent 3bfbc212fa
commit 1a01ce6a2c
2 changed files with 7 additions and 2 deletions

View file

@ -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 .